in login module login button chage regularly(means login
button change to submit button).What is the code for it.
Answer Posted / 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 |
Post New Answer View All Answers
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
How to remove associated function library?
In qtp, how you can remove the spaces from string?
What is environment variable in qtp and why to use it?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
How to execute a winrunner script in quicktest professional?
What is the syntax to call one script from another?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How to replay a script in qtp?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Name the properties you would use for identifying a browser and page when using descriptive programming?
Get the count of files of similar types from a folder.
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.