When i use paramateriztion for tickets in flight
reservation application , the tes'll run for first
iteration but for the second iteration it'll give this
details, but the second iteration is failed. Pls anyone
clarify it.
Cannot find the "Agent Name:" object's parent
"Login" (class Dialog). Verify that parent properties match
an object currently displayed in your application.
Answers were Sorted based on User's Feedback
Answer / latha
u might be closing the window after selecting the tickets,
so again it has to login, if u want to close and reopen the
window better go for the systemutil.run statement to
automatically open the application and perform the
iterations
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / xyz
You have to open an application Flight Reservation again before running the test.
U must be closing your application once you are done with your actions, so when you try to run your application, QTP does not open an application on its own in order to resolve this problem either you will have to give the path of an application as a first step of scrip using SystemUtil.Run or open an application before running the test.
It will work and is the best solution for the problem you are facing.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell about automation object model(Aom) in qtp?
Explain about the Test Fusion Report of QTP?
How to capture a window in qtp or how to take snapshot of any window while writing script in qtp
How to build scripts that access data from external sources?
Have you used TD?
· What should test in BANKING DOMAIN application ?
Can I do Game testing with QTP tool
How we can import data from database?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Is it possible to call win runner script in qtp?