what is the Descriptive Progarmming? how it is help to
testers in QTP?
Answer Posted / narendra
I echo with Murali answer and one more important advantage
of DP is.. we can run the DP wherever we want without OR
setting dependencies. e.g If we have a DP for yahoo
application and we can copy and paste the DP wherever the
QTP available and yahoo application accessible then simply
run it.
Hello Indu, find the DP program for gmail login below
browser("title:=Gmail: Email from Google - Microsoft
Internet Explorer").page("title:=Gmail: Email from
Google").WebEdit("name:=Email").Set "uname"
browser("title:=Gmail: Email from Google - Microsoft
Internet Explorer").page("title:=Gmail: Email from
Google").WebEdit("name:=Passwd").SetSecure "encrypted format
of password"
browser("title:=Gmail: Email from Google - Microsoft
Internet Explorer").page("title:=Gmail: Email from
Google").WebButton("name:=Sign in").Click
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
We stored into the objects OR and then write the scripting
How to create Reusable and Multiple Actions?
Explain about the test fusion report of quicktest professional?
How many types of parameters are available in quicktest professional (qtp)?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How QA specialist can identify when programmatic descriptions are useful?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How you debug your script?
What is the file extension of the code file and object repository file in QTP?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
What is synchronization point in QTP?
Explain the concept of object repository & how qtp recognizes objects?
Explain QTP using different development techniques ?