in real time when we are creating the script by default it
is going to save in action object repository or not any way
my question is in one of my interviewer said that in real
time the default object repository is action object
repository and by using quick test plus they are going to
merge is it correct i said that by selecting the object
repository as shared one in selecting the
test>>settings>>resources but she is not convinced what is
the correct one
Answer / suresh
There is a lot of ambiguity in your ques,.
The script will be saved with that test file. Objects saved
in OR.
qtp plus is used to Merge the ORs only. Not the scripts.
| Is This Answer Correct ? | 1 Yes | 0 No |
How open an excel sheet in QTP(not a run time )?
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
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
difference between do while and do until ?
what is tool interface?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
How to handle the exceptions using the recovery scenario manager in qtp?
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)