what is scenario????
Answers were Sorted based on User's Feedback
Answer / mfsi_satyakamm
Test scenario is nothing but it states the sequence of
actions for the execution of tests.
e.g. - ATM machine
First you need to insert the card, then you need to input
the correct PIN number, then you will be able to access your
account.
If we don't follow this sequence, then we can't test the
ATM application. So testing in this sequence is a Test Scenario.
The sequence have to be right or else we wont get the test
scenario right.
| Is This Answer Correct ? | 2 Yes | 0 No |
Test scenario is a high level description of business
requirements,which is later decomposed into set of test cases.
However test scenarios are different from test cases because
they usually have several steps whereas test cases are
single steps.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priyabrata dash(8553260607)
the scenario define a generic term about software testing
activities, it means a collection of both positive and
negative test cases.
means it define the way that how to test the product in
different circumstances where product behavior will be analyze.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / dheeraj shandilya
Test Scenario can also be called as test condition in
sofware testing.
It can be a problem statement, from where we get idea that
what we have to do, or how we should proceed to solve that
problem.
In testing Scenario may be everything that we could test.
These are used to derive test cases.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mudaseer
the ways to test an application is known as scenario for
example testing an atm insert a valid atm is a positive
scenario, insert a blocked atm card is a scenario or insert
a pan card is a scenario to test an atm machine there will
be scenarios
valid scenarios for gmail sign in page
enter valid email id mudaseer20@gmail.com valid password
*********
or enter email id MuDasEER20@gmail.com valid password *******
here email id is combination of capital and small letters
is a scenario but you cant user for password for example my
password is hellohoware i can't type HELLOHOWARE
type space space then type email id mudaseer20@gmail.com
password ******** click on sign in it will login
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mfsi_krushnas
Scenario can intentionally means a kind of visualization.
1.generally in testing there is a term called "test
scenario" which is else called as test condition which is
generally derived from a "test basis".
2.test basis is a code can be a document etc.
for ex:
we have to create a tour travels website.we will go
through some other website to see the look and feel then
what we have decided like the first page will be a login page.
so here that reference website page is a "test basis" and
login page will be the test scenario.
| Is This Answer Correct ? | 0 Yes | 2 No |
Write all combinations of test cases for calculater on + symbel
what type of report that you print it out from your defect tracking too when you go for the bug triage meetings? Thanks
What should be the knowledge of white-box tester differs than the back-box tester.?
What is difference between smoke testing and sanity testing? In simplest manner...
why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent
what is functional testing terminologies
say me 5 advantage of manaul over automation?
write testcases for open dialogbox
what is the proper definition of Slippage Ratio? Thanks in Advance. Regards, M.MurthySharma.
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.