please tellme ordernal identifiers in QTP?
Answers were Sorted based on User's Feedback
Answer / johnson
Index, location, creation time for ordinal identifier.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pravati
ordinal Identifier is found in object Repository
which contains the value of index/location/creation time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we record using all the modes in a single script? Explanation with example is appreciated
write script to read and write data from file ?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
how to merge object repositories?
what is meant by automation tool?
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What is expert view in qtp?
how can we compare descriptive programing with a regular expression
Explain the concept of how QTP identifies object.
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot