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 |
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
how to retrive that the number of spaces are in a string ????
What is the meaning Work bench?
What type of problems one will face with QTP , if too many browsers are opened at a time?
What is debugging? How you debug your script?
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
Is it possible to call from one action to another action in qtp?
Name the properties you would use for identifying a browser and page when using descriptive programming?
what are recovery management techiniques?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
how to test background color and dynamic images during runtime
explain abt dyanamic changing object with example?