How to resume the second iteration in the QTP,, if the
error has intrupted the the second iteration.
When i use run from step it starting from the first
iteration again.
Answer / ram
Can u write the code here...I didn't get ur questio
Ram
| Is This Answer Correct ? | 0 Yes | 0 No |
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Tell me one scenario, the complex functionality you have automated in your project?
1) after inserting the check point how to change the expected value that was captured while inserting the check point
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
During test run,How will you copy/paste from/to clipboard?
How many scripts did you have?
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 in brief about the quicktest professional (qtp) automation object model?
What criteria do you use when determining when to automate a test or leave it manual?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
write a qtp script to verify that the business price is twice the economy price in flight reservation window
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)