IF we use batch testing.the result shown for last
action only.in that how can i get result for every action.
Answers were Sorted based on User's Feedback
Answer / sreeprasad
u can click on the icon in the tree view to view the result
of every action
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swapna
I clicked on the icon in the tree view but i didn't see all
the results.I saw only last action test result.
Can any one please tel me how can i see all the results in
batch testing.
Thanks
Swapna
| Is This Answer Correct ? | 0 Yes | 0 No |
BEst INstitute for QTP & SELENIUM
Which scripting language used by quicktest professional (qtp)?
What is the diff between image and bitmap check point?
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
Explain the Different types of QTP test assets and their extensions?
Explain runtime dynamic settings?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
How can we parameterize our test, values in flat file. Ex:- Values in notepad, with that values i want to parameterize the test.
how many types of actions r there? what r they? explain? pls give any one answer?
What is Description Object?
explain structured testing? plz guys with exp. do answer
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