In ordinal identifier there r 3 options available. Which one
will be enabled first when ordinal identifier is invoked.
Answers were Sorted based on User's Feedback
Answer / shital
for window application default identifier is Location
for Web application default identifier is Index
Creationtime identifier uesed only with web application
| Is This Answer Correct ? | 5 Yes | 1 No |
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
Explain roles and responsibilites of 2yrs Automation qtp engineer.
which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
If you have given 1000 manual test scripts, what test you will do? and how?
In qtp,how to interact tool & application build?
What is the difference between call to existing action and copy of an action?
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
What are the types of Object Repositories in QTP?
Does QTP provides any tools for parametarization?
How function returns a value?
Can we continue functionality testing without framework?