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 |
how we do database testing with qtp using descriptive programming?
22 Answers Nutrins, Rohit Technologies, Symphony, Syntel, TCS,
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
What is object spy in quicktest professional?
How will you declare a variable in qtp?
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
What is the registration process and examination fees?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
What is API?
How can i Save the snapshots in a specified folders using Scripting in QTP?
how to create flat file datasubmission in qtp
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.