what is descriptive programming in QTP? How can be done?
Answer Posted / vishakhab
Similar way,
for web programming:
suppose you are testing: Google Sign up page.
"https://www.google.com/accounts/NewAccount?"
To recognize the Text box: "Your current email address:"
The follow statement:
Browser("Google Accounts").Page("Google Accounts").WebEdit
("name:=Email","id:=Email").Set "vishakhavijay23@yahoo.com"
won't work without defining the object in the repository.
You need to modify the above statement as:
set emlTxt=Browser("Google Accounts").Page("Google
Accounts").WebEdit("name:=Email")
emlTxt.Set "vishakha@yahoo.com"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain different recording modes?
They asked by using qtp recording writing scripting
What is quicktest professional (qtp window?
Explain how qtp identifies objects?
How to use debug tools?
What are the methods used in UFT to handle exceptions or run-time errors?
Explain more about the Test Fusion Report of QTP?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
in a web page How to check and display a particular word from a paragraph?
how to prepared for first for the first interview?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
QTP script is not working on other's machine..
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
how do u plan test automation?
What is the syntax to call one script from another?