in QTP we test web based application at that time what
script is run? is support vb script? plz tell me
Answer Posted / amit
when we test any application in qtp whatever it is window or
web based application the qtp generated scripts in vb.VB is
default script for qtp.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what QTP Options do you know?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What are the features and benefits of quick test pro (qtp 8.0)?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
please post the interview questions for QA position in FACTSET
Is the qtp course will help to create a virtual object?
How many ways is to parameterize the value?
Which scripting language used by quicktest professional?
What is the syntax for how to call one script from another?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
How to use actions in qtp ?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one