Does QTP work in UNIX environment
Answer Posted / rajkumar
YES
QTP WORKS ON UNIX ENVIRONMENT BY USING TERMINAL EMULATOR
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how qtp identifies object?
Can any one send me the QTP Basic Coding Samples?
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
What are main panes available in qtp test browser?
What will be happen if i load object repository at run time, but it has already associated.
Discuss quicktest professional (qtp) environment?
How to define array in qtp?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What are the different types of qtp test assets and their extensions?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
in a web page How to check and display a particular word from a paragraph?
What is test object model in quicktest professional (qtp)?
Approach for Installation,comaptibility,system testing
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
wht type of User defined functions or Java Releated functions Do we write in VB scripting