Answer Posted / pravati
we use diff actions to devide the different functions in diff actions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use index on view?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Explain sub procedure of vbscript.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Hi ,Can any one pleas explain how to test splash objects using QTP?
how to test Web application using QTP software
how did u use automating testing tools in ur job?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
what is the structure for the data driven framework
Dis advantages of XML checkpoint ?
How can you handle exceptions in qtp?