in QTP,how to write a descriptive program for "yahoo"
or "gmail" Login page
Answer Posted / thirumala reddy
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 |
Post New Answer View All Answers
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What contains Data Driven Framework document in qtp?
Explain different recording modes?
How many types of parameters are available in quicktest professional (qtp)?
how to find that tools work well with your existing system?
What is the difference between the keyword view and expert view?
what you mean by artifact,milestone...
Explain quicktest professional (qtp) testing process?
Explain the concept of object repository and how qtp recognises objects?
Describe function procedure in vbscript.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
what function you write to do database testing with the help of qtp?
what type of framework u r using in ur organization
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Can the user toggle between using Local OR and shared OR for the same action?