Can anyone tell me what is test script?give one example.

Showing Answers 1 - 3 of 3 Answers

Nalini

  • Sep 28th, 2006
 

Test script may be manual/automated,contains testscript no,steps and verification pointsTestcase :implements & execute testscriptso many people think testcase and test script are different,in work we called testcase as testscript, testcase is nothing but implements the name of the testscript.

  Was this answer useful?  Yes

raja.raja

  • Sep 29th, 2006
 

Test script consists navigation statements and check points. or Sequence steps that decribes funtionality.

  Was this answer useful?  Yes

sudhakar2068

  • Oct 6th, 2006
 

A test script is a short program written in a programming language used to test part of the functionality of a software system. A written set of steps that should be performed manually can also be called a test script, however this is more correctly called a test case.

Any test that is written as a short program is regarded as an automated test. Test scripts written as a short program can either be written using a special automated functional GUI test tool or in a well-known programming language (such as C++, Tcl, Expect, Java, Perl, Python, or more recently, Ruby). Automated test tools can test many areas of system functionality such as the user interface, performance of the system, the system code and the requirements.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  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