How to write the test scenario?Explain by giving Example.
Answers were Sorted based on User's Feedback
Test Scenario is nothing but " Combination Of Test Cases is
called TS"..For eg : Let us think u r going to chk a word
doc..what all the testcases u will write...
1.click to open a word doc.
2.type a word
3.click to save
the above all combined test cases called Test Scenario....
regards
Karthik
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / kuldeep kr. pankaj
Test scenario means identifying the major functionality of
the application for which the test cases will be written and
executed.
Ex. suppose we have to test the functionality of Calculator
Then Addition,Subtraction,Multiplication,Division are major
functionality which are identified as scenario
Test case will be e.g. Addition of 1+1 ..2+2..3+3..so on
Subtration of 1-1, 2-2..so on
Regards,
Kuldeep
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deep
Yes Kuldeep
You are correct .
Test Scenarios are nothing but the action we are going to
Perform. For testing a calculator
1.Addition
2.Subtraction
3.Multiplication
4.Division
For Checking/Testing a login Page
1.Authentication
2.Authorisation
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the difference between adhoc testing, and error guessing
Hi Friends, I have recently completed Testing course and planning to apply for jobs, I am Planning to put Banking Project in my resume but b4 that I need your help guys According to my knowledge in the banking project basically it contains 3 modules say 1. Banker 2. Admin 3. Customer Could you please explain me in terms of interview like how to explain each module and what exactly each module does and what type of testings we can do on banking project. Any help would be appreciated Thanks in advance Swapna
anyone can tell me the example of high severioty and low priority ?
what id test effort Estimation in testing ?
What are the test methodologies??
what is lifecycle of a buG??? give an example of high severioty and low priority bug???
What sort of things would you put down in a bug report?
In the static testing,what all can be tested?
Write testcase for delete functionality?
The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?
What if an organization is growing so fast that fixed QA processes are impossible?
What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)