how can you write a script without using GUI in QTP?
Answer Posted / naveen
We can Write the Script using without Object repositiory or
GUI objects, that is "Discriptive Programming" here we can
define an object with all properties.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Sql questions to find second max salary and how to use joins
How does qtp identify the object in the application?
What is the qtp testing process?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How to creating an output value using quicktest professional?
how to test load test and block box testing an a web based application pls give ans briefly
Does quicktest professional is unicode compatible?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Mention the different actions types of 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
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?