is script is same like test cases?
Answers were Sorted based on User's Feedback
Answer / sriharsha
Script : This WORD is used in automated Testing(Like
QTP,WR,Etc). Here We Record and Run the appln or jus type
in the actions to be done in the appln in the automation
tool. The Lnaguage thats displayed wen u record n run or
type in the actions that r to be done is called a SCRIPT.
Usually in WR it is the C Language Format
while in QTP its the VB Script Format
Test Cases : This word is mainly used in Manual testing.Any
Appln needs a TEST CASE.A TC will conatain the action of an
appln.Here we dont have any tool.Everything here is
manual.a Tc contains the following :
Name of the TC
Req no
Mod name
Severity
Test Data
Pre condition
Brief Desc
------------------------------------------------------------
sl no
Desc
Input
Expected Result
Actual Result
Status
Comments
------------------------------------------------------------
Author
Reviewed by
Modified by
Last Modified date
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyanarayana
Script is to navigate the application ...
Test case is validate the functionality....
| Is This Answer Correct ? | 0 Yes | 0 No |
If any bug is found in exploratory testing, then may I consider it as a test case?
When do u stop testing?
Write four good test cases on refill ball pen?
What does the test strategy document contain.
what is tracebility matrix? what is negative testing
14 Answers Creative Informatics, RTG, Symantec, TCS,
What is meant by TRM in Testing?
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.
what is the difference between the severity and priority and tell me high severity and low priority ,low severity and high priority ,high severity and high priority ,low severity and low priority
What is mutation testing?? And when we use it??
What is the Entry Point for Test Plan?
What is ISO?
diff between water fall model and v-model?