write four steps for writting scenario ?
Answers were Sorted based on User's Feedback
Answer / nag
1. Read Functional Requirement and understand it.
2. Read Interface documents and use case documents if
available.
3. determine the Impact Analysis of the FR with respect to
the project(means critical, medium, low)
4. Define what type of scenarios be created.
...Then start to design the scenarios
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh.pothina
SCENARIO:
This this nothing but the condition to do the work.
It describes the the expected and the actual result of a
test case.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / santoshnathan
uma your question is not clear.
Sorry rajesh,
I will agree that it is test condition to do work.But it
doesn't describes the expected and actual result.Test Data
will describes the expected and actual values.But test data
is different from test scenario that to it is not part of
test scenario.
| Is This Answer Correct ? | 0 Yes | 1 No |
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
There are 20 resources out of which 12 are manual testers, 5 automation testers and 3 performance testers. There are a bunch of projects to be tested in the organisation, the projects belong to various technologies, say 20% of projects in Java, 20% of projects in SAP, 30% of projects in .NET, 30% of projects in C# What is your approach as Test Manager in testing.
What are the advantages of black box testing?
What are the various Guidelines follow while Weighting Test Cases
List out the test matrix
can you show me the test cases on registration form
Can v prepare Test cases only from BRS from Tester point of view?
what is latent bug and golden bug.
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
how to prepare Test Environment for an application ?
Explain unit testing, integration tests, system testing and acceptance testing?
How does one do Ad-hoc Testing?