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 |
what is the difference between an Action and a function in real time
how open two urls in one browser? plz urgent
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
What is the function of Filter in QC . give with a real time example.
Can we directly automate test script according to requirements?
Difference between test object and run time object?
What is the parameterization?
how can you describe the basic flow of automation with conditional and programmatic logic?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.
Syntax for how to call one script from another and Syntax to call one "Action" in another?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks