in QTP,how to write a descriptive program for "yahoo"
or "gmail" Login page
Writing the script using object properties and execute teh script without using object repository is called Descriptive program
plz check this descriptive program for gmail
first you have to take unique properties of objects using object spy and write DP
Browser("name:=Gmail: Email from Google").Page("title:=Gmail: Email from Google").WebEdit("name:=Email").set "enter email address"
Browser("name:=Gmail: Email from Google").Page("title:=Gmail: Email from Google").WebEdit("name:=Passwd").Setsecure crypt.Encrypt("enter password")
Browser("name:=Gmail: Email from Google").Page("title:=Gmail: Email from Google").WebButton("name:=Sign in").Click
| Is This Answer Correct ? | 12 Yes | 3 No |
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
What is your role and responsibilities in QTP with your current organization?
what is framework? which frame work u follow for writting script?
Can we create user defined functions in qtp?
Explain QTP Testing process ?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
What is Tree view?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
Where the text version of script file located in file system?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
For which type of projects the iterative model is not suitable?