How will you automate a test case after manually testing it?

Showing Answers 1 - 5 of 5 Answers

Dileep Kumar

  • Sep 16th, 2006
 

Hi all,

Executing the test cases manually means like performing some actions on application. In the same way, we'll click record button in QTP or Winrunner and  we'll record the navigation. After than we'll enhance the script by adding synchronization points or wait statements, adding values for validations ...etc.,

If we have to write the script manually then we have to write like

set_window"..........."

wait()

like this depending on the functionality of the object defined in test cases.

  Was this answer useful?  Yes

aaa

  • Sep 21st, 2006
 

Thanks dilip.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions