How to find array size in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
Are u place all QTP Framework folders in VSS?
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
HI ALL I AM WORKING AS A AUTOMATION ENGINEER FROM PAST 2 MONTHS IN QTP,MY QUESTION IS IF I OPEN THE BROWSER FIRST & THEN THE QTP LATER MY OBJECT SPY WILL NOT WORK,Y IT IS SO..IF U HAVE THE ANSWER PLZ MAIL ME AT AKSHAR.MYSORE@GMAIL.COM
how can you select random value for every iteration from a weblist
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What is object spy in quicktest professional?
What is the extension of script and object repositary files?
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
what is the difference between Table checkpoint and Database checkpoint in QTP
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private