can you please tell me what is test script ..with example
what is the difference between test script and test cases
Answers were Sorted based on User's Feedback
Answer / asc
Test case is a procedure or steps to arrive at an expected
result.
Test script is the script used in automation tool. But also
the test script is often referred to the collection of test
scenarios, test data & test cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / santhosh
Testcases means writng all the possible scenario's in a
welldefined format
Testscript means writing scrpit(eg.VB Script)for automation
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sujatha
According to me Test Scripts comes under Automated tools
like Winner runner. Test Scripts are derived from test
script language. (TSL).
Please note that Test scripts are not referred for the
collection of test cases, test scenarios and test data as
told by ASC. These collections are called as TEST SUITS.
I request everyone to post the answers only if you are 100%
sure or else you will be misleading many people.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain severity with example and expalin each example?
what is data stratification
what is the difference between system development life cycle & software development life cyle(sdlc) what is system development life cycle
In your Testing career, what was the critical DEFECT you think...? Please post some real time critical issues for the above question...?
I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in
can any help the difference b/w incremental integration testing & integration testing & system & funtional testing
How to prepare Test data?
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
give some good bugs that u have found ?
write test cases forthe function f=a+b ?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
what is Independent Verification and Validation(IV&V)?