Use of Debug Viewer?
Answer / vasavi juvvadi
Debug viewer is used to view, set ,or modify the current
value of object and varaibles in test when it stops at
break point to look at the values of variables at run time
for easy debugging
Is This Answer Correct ? | 8 Yes | 1 No |
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
How to use Regular Expressions in QTP
Tell me about qtp?
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
Get the count of files of similar types from a folder.
How to Start recording using QTP?
How to open any application during Scripting?
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
Explain quicktest professional testing process?
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
How does quicktest professional identifies the object in the application?