08-21-2014, 09:43 PM
Hi,
I am new to QTP.
I am trying to record the sign up page. But drop down values are not recording and when I run it, it is failing.
This is our site.
https://chroniclevitae.com/account/new?cid=VTHOME
This is one of the drop down question.
* Which of the following most closely describes your position?
Can you please help me.
Thanks in advance
-murali
I am new to QTP.
I am trying to record the sign up page. But drop down values are not recording and when I run it, it is failing.
This is our site.
https://chroniclevitae.com/account/new?cid=VTHOME
This is one of the drop down question.
* Which of the following most closely describes your position?
Code:
Browser("Vitae | The Only Online").Page("Join the Only Online Community_2").Link("Select an Option").Click
Browser("Vitae | The Only Online").Page("Join the Only Online Community 2").Link("Select an Option")
Browser("Vitae | The Only Online").Page("Join the Only Online Community_2").Link("Tenure-track (Assistant").Click
Can you please help me.
Thanks in advance
-murali