what is the difference between seat and concerent licenses.
Answer Posted / sharan
seat license - single user license
concurrent - multiple users could use the same license
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
What do you to script when objects are removed from application?
what is review
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
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
Why we load add-ins in qtp?
How does qtp identify gui object?
Can we create a qtp test from qc?
Explain more about the Test Fusion Report of QTP?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
Does QTP run in any environment?
What test cases can you automate using QTP?
What is synchronization? What are the ways you can synchronize?
Explain the types of object repositorys in qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?