Posts: 2
Threads: 1
Joined: Jul 2010
Reputation:
0
07-08-2010, 10:34 PM
(This post was last modified: 07-08-2010, 10:35 PM by sudhaj.)
Hi,
Are manual scripts nothing but test cases?Pls let me know how a manual script looks like and how can i automate the manual scripts?
Thanks a lot!
Sudha
Posts: 54
Threads: 2
Joined: Jul 2010
Reputation:
0
07-09-2010, 10:17 AM
Hi Sudha,
Yes, manual scripts nothing but test cases.
You can choose a automation tool that best suite to your application and try recording or expert writing code using that tool to automate the existing test cases, so that when you can click on the run button with the automated script opened in the automation tool, it should perform all those steps which you do now manually.
Posts: 2
Threads: 1
Joined: Jul 2010
Reputation:
0
07-12-2010, 08:28 AM
(This post was last modified: 07-12-2010, 08:30 AM by sudhaj.)
Thank u for ur prompt reply!
Thanks for ur reply...Got it now!