Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Is Test Case & Test Script same OR different within the Test Cases forums, part of the Software Testing category; Question asked by visitor Rupesh Joshi In Software Testing, Is Test Scenario, Test Case & Test Script is Same OR Different? If Same then its Ok but If Different then ...
|
|||||||
|
|||
|
Is Test Case & Test Script same OR different
Question asked by visitor Rupesh Joshi
In Software Testing, Is Test Scenario, Test Case & Test Script is Same OR Different? If Same then its Ok but If Different then what is the Defination? PLs Reply ??? |
| Sponsored Links |
|
|||
|
Re: Is Test Case & Test Script same OR different
Test scenarios are the test suites in which the application works or might be put into, test case is the subset of test suite in which you give values or check the functionality in the new scenario or suite. and test script is the automated script to run that test case.
|
|
|||
|
Re: Is Test Case & Test Script same OR different
Test Scenarios – Is a pre condition or a base state in which the application is put before the execution of a test case.
Test Suit – A collection of logically related test cases. Test Case – A single test of the suit that has at least one input value that is unique among the other test cases of the suit. Test script is a test automation program code in TSL language (for WinRunner) or VBScript language (for QTP).
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
| The Following User Says Thank You to sutnarcha For This Useful Post: | ||
|
|||
|
Re: Is Test Case & Test Script same OR different
ok fine i messed up with test scenario and test suite.......they are different and test scenario is the conditions in which the application is put into before starting the test.
thank you |
|
|||
|
Re: Is Test Case & Test Script same OR different
Test cases are written for a specific functionality (For example to Test Login for a user)
Test cases come under test scenarios where many test cases are put together to test a functionality( To test Login and home page functionalities where u need to write a group of testcases for both Login & home page functionalites) Test scripts are the automation part of test cases |
|
|||
|
Re: Is Test Case & Test Script same OR different
There is no agreed upon definition what a scenario is, but still
We define scenarios informally to be any form of description or capture of user-system interaction sequences. What is a test case? A set of test inputs, execution conditions and expected results Reflects what tests need to be performed Identifies the data needed for testing Specifies pre-conditions, post conditions and acceptance/pass criteria Provides a means to verify system use cases and other requirements Helps determine test coverage Test Script This is generated by the tools and we cannot write them. |
| The Following User Says Thank You to jayanthisundar For This Useful Post: | ||
|
|||
|
Re: Is Test Case & Test Script same OR different
Quote:
Test scenario is the way a user can use the application, generally combination of different test cases.
__________________
-- Brijesh Jain |
|
|||
|
Re: Is Test Case & Test Script same OR different
In the software testing
Test Scenario: It is a one function of the application. Test case: we want to make sure the function in the different ways. So Test cases are explaining those different ways. Normally test cases have two types 1. Positive Test case 2. Negative Test case. Test script: Automated test cases called as test script. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use case statement and Test Case | JobHelper | Testing Issues | 4 | 01-16-2009 03:48 AM |
| Difference b/w Test case and Test? | jainbrijesh | Test Cases | 6 | 11-13-2008 12:53 AM |
| Good automated test case | Lokesh M | Test Cases | 3 | 02-12-2007 03:11 PM |