How to invoke QTP through VBscript?Send me full code along
with description of the code.Thanks in Advance
Answer / udham singh
set qtp = createobject("quicktest.application")
qtp.visible = true
qtp.launch
| Is This Answer Correct ? | 5 Yes | 0 No |
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
can we test an windows application using qtp
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
when to start the automation?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Hi What are re-usable actions in QTP? -Thank You
who will distribute the project modules for testing in testing team ?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
What is Virtual object wizard in QTP?