How you are developing the script? Using record and play back or manual?
No Answer is Posted For this Question
Be the First to Post Answer
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
What environment does qtp run in?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
is it possible to check the text displayed in the tool tip using QTP? if so, how?
What is quick test pro? What is a quick test professional?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
write a qtp script to verify that the business price is twice the economy price in flight reservation window
why do we go for Test Automation?
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
How to save your test using quicktest professional (qtp)?
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".