Answer Posted / sreeprasad
by using descriptive programing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can decide which type of object repository you have to use?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
Which scripting language used by quicktest professional?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What are the views available in quicktest professional (qtp)?
What is an object repository?
How many lines of code in each script of QTP?
What are the different attribute used with regular expression?
How does quicktest professional identifies the object in the application?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is the Command used to start the QTP
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
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
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?