in login module login button chage regularly(means login
button change to submit button).What is the code for it.
Answers were Sorted based on User's Feedback
Answer / ramchandra patil
Hi,
If the buttons label changes from login to submit then u can use descriptive programing by creating object without using label property. U can use below code.
Set objButton=description.create
objButton("micclass").value="webbutton"
objButton("name").value="namepropertyvalue"
Browser("").page("").webbutton(objButton).click
Pls let me know if u have ny doubt...
Ram
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
1.Suppose some point of time ,test engineer will come to know,"login" button name changed to "submitt",then test engineer can intimate developer,if any changes are made by developer,it will affect testing also. we can request developer,if developer makes changes for the old fucntionalities,could u plz inform testing team?
according test enginner can change in the script.
2.If any button names are changed by developer,developer will intimate automation test engineer regarding about any changed made to object name usually.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of OBJECTS are there in QTP?
8 Answers Intel, Inter Globe Technologies,
How to start recording using quicktest professional (qtp)?
Can any one send me the QTP Basic Coding Samples?
After running scripts how you report results ,there is any specific report form
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
how to merge object repositories?
What is the difference in the global and action sheet in qtp?
How to enter table check points?
In qtp, explain what is crypt object
Can we write class for vb script in Quick Test Professional?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.