if i have 10 actions and out of 10 actions last 3 actions i
renamed will my script exicute sucesfuly r not? changed
actions where i can see?
Answer / yrk varma
IN A TEST U HAVE 10 ACTIONS WITH DIFFERENT NAMES.
EVEN U CHANGE THE NAMES OF THE LAST THREE ACTIONS THE
LOCATION OF THE ACTION WIL BE THE SAME.THAT MEANS THE
ACTIONS ARE IN SOURSE TEST ITSELF. SO THE TEST RUNS
SICCESSFULLY AND THE RENAMED ACTIONS ARE AVAILABLE IN THE
SAME TEST.
| Is This Answer Correct ? | 13 Yes | 1 No |
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?
Explain the Keyword View ?
Count the number of radio buttons and randomly select one.
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
what is recovery manager and recovey scenerio?
How many types of parameters are available in quicktest professional?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
How should i find out whether the cursor is moving horizantally. when tabbing continuously
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
How to send QTP scripts to our colleagues?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?