Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • ReadyState property in QTP

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.26k
    Comment on it

    The readyState property in QTP returns the loading status of the current browser . This property Will be of immense help if the AUT under test has a lot of sync issues while running the script .

    This property returns one of four values :
    1. uninitialized(1) Has not started loading yet.
    2. loading(2) Is loading
    3.Interactive(3) Has loaded enough and the user can interact with it
    4.complete(4) Fully loaded

    close the browser once the page is loaded completely.

    If Browser (Google).object.ReadyState=4 Then
    Browser(Google).Close
    End If

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: