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
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
why you have standardized functions? plzzz guys with real time exp. do answer
if anyone has idea of the interview procedure in covansys, plz send me a mail?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How to handle dynamic objects in quicktest professional?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is recovery scenario manager? When you go for recovery scenario manager?
What is difference between shared and local object repository?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
When you open QTP, how many sheets you can see?
What is quick test pro?
how to test load test and block box testing an a web based application pls give ans briefly
What are the key points to create a framework in QTP for oracle forms?