cancel
Showing results for 
Search instead for 
Did you mean: 

TEST SCRIPT

Former Member
0 Kudos

Message was edited by:

chaitu

Message was edited by:

chaitu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

http://www.stickyminds.com/sitewide.asp?Function=edetail&ObjectType=ART&ObjectId=6787

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 automatically 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 manual 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.

Automated testing has the advantage over manual testing in that it is easily repeatable, and thus is favoured when doing regression testing. This however is not always the case as automated tests may be poorly written and can break during playback. Since most systems are designed with human interaction in mind, it is good practice that a human tests the system at some point.

Test Case: http://en.wikipedia.org/wiki/Test_case

http://www.geekinterview.com/question_details/17828

http://www.allinterview.com/showanswers/15627.html

Reward if USeful

Thanx & Regards..

Naren..

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear k chaitanya uppugunduri,

Both are same ( broadly speaking) and can be used for each other.

Hope this helps you.

Do award points if you found them useful.

Regards,

Rakesh

P.S. you can send me a mail at my mail id rakeshsinghchauhan@gmail.com for any specific details

Former Member
0 Kudos

HI

Test case: is a document that defines the input, action and the corresponding expected output or response to determine if a certain feature of an application is working correctly.

EX: Creation of sales order, in your FS you define Functionality of Incompletion LOg while creating a sales order.

what are the input fields to be given, and how system should respond.

and if any of the input fields in missing how the system should respond.

The same thing would be tested by creating a sales order and by giving all fields and record system response and do it without giving fields and record system response.

Every step is recorded and this is what is testing.

E.G.

You can definitely do manual testing & it is not important to do it through CATT. Doing testing through CATT may save your time, but doing manual testing will again be beneficial, as you will identify the problem area easily & you can look forward to mend the same accordingly.

As far as test script is concerned, it can be designed by individual as per requirement. Eg of most probable columns are as under:

Customer

Sales area

Sales Order Type

Sales order no

Sales Order Date

Material

Quantity

Sales Order Amount

Sales Order Currency

Pricing Procedure

Plant

Shipping Point

Delivery Type

Delivery No

Delivery date

PGI no

PGI Accounting Document No

Billing Type

Billing No

Billing Amount

Currency

& so on........

Functional test case is a set of conditions or variables under which a tester will determine if a certain business process works.

This test case is used for testing the system for certain business process. for example, if tester wants to test purchase order functionality so he will use functional test case which explains how to carry out the functional test. He will follow the steps in specs and record the result.

http://help.sap.com/saphelp_sm40/helpdata/EN/a4/3c333b40389c46e10000000a114084/content.htm

<a href="http://www.sap-basis-abap.com/fico/guide-for-testing-sap-financial.htm">TESTING</a>

Former Member
0 Kudos

Hi,

A Test Script is the nothing but the steps involved for testing a Scenario, and a Test Case is the set conditions under which the tester could say the test is passed or failed. There may be one or more test cases for testing a scenario.

Hope this helps.

Thanks & Regards,

Shridhar