Hi friends,
I have heard that it is required to have an application
hosted in the same machine where we use QTP. Otherwise QTP
may identify the objects incorrectly.
Please clear me is it true.
Answer Posted / sanjeet
Hi
No it's not true at all.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the Application Functions available in QTP?
Describe synchronization point.
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
what is run action?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Which environments are supported by hp qtp?
What is QTP and the use of QTP in TD?
How do you capture tooltip using QTP?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
What is checkpoints for quicktest professional (qtp)?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
what kind of frame work you used in your last project?
Where to use function or action?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?