07-19-2012, 06:19 PM
Dear Friends,
I am new to QTP and trying to do an automation for a particular task. Could you please help me with
the design for this.
Requirement:
1. Have a web link of an application. Need to login to the application with username/password.
2. There are multiple combo box and text box in the link.
3. As of now, we are manually entering the value for the combo box and the text box.
4. Need to automatically enter the values for the combo box and text boxes
5. Click the save and close button.
My design:
Login to the application with the username and password using the record and play option.
Store the values for the combo box and text boxes in the Data Table
While running, fetch the values from the data table.
Here, instead of storing all the values of combo box, is there any other way we can handle it eg. using object spy.
Where to insert checkpoints/synchornization points.
If you have the detailed steps, could you please tell me. I will proceed with the code and ask you for any more help
I am new to QTP and trying to do an automation for a particular task. Could you please help me with
the design for this.
Requirement:
1. Have a web link of an application. Need to login to the application with username/password.
2. There are multiple combo box and text box in the link.
3. As of now, we are manually entering the value for the combo box and the text box.
4. Need to automatically enter the values for the combo box and text boxes
5. Click the save and close button.
My design:
Login to the application with the username and password using the record and play option.
Store the values for the combo box and text boxes in the Data Table
While running, fetch the values from the data table.
Here, instead of storing all the values of combo box, is there any other way we can handle it eg. using object spy.
Where to insert checkpoints/synchornization points.
If you have the detailed steps, could you please tell me. I will proceed with the code and ask you for any more help