what is Test senario?
Answers were Sorted based on User's Feedback
Answer / sandy....@
Test Scenario means what user does(business point of view )
not what System does.
Example :
A user can review his account Transactions history.
Reards,
sandy....@
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashfaq ali khan
Test Scenario: Events that occur during Testing session
Business Scenarios can be divided in to number of test cases
1)Bridges the gap between requirements and test cases
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sridhar
Here is the simple example to have overview on test scenario:
Step 1: 2+4 =6 (test case)
Step 2: 3+5 =8 (test case)
Step 2: addition (test Scenario)
Test scenario is a collection of test cases.
Test cases can be written on the test scenario.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the quality audit?
When there is a new enhancement, what kind of test cases will you write and how will you ensure that everything is covered
write an e-mail introducing yourself to the client as a QA ead is not in town.
Why you choose automated testing over manual testing?
1.Testing work starts once a)once requirement are complete b)once test cases are complete c)once coding is complete d)begining of requirement 2)For white box testing a)the tester is completely unconcerned abt the internal behavior of the program b)the tester is concerned with finding circumstances in which the program doesnot behave according to code standards c)test data is derived from market requirements 3)stress testing is a measure of one of the following a)application response time b)concurrent load an application can handle c)transactions per minute that can be handled d)virtual load at which the system will fail 4)UAT means a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testinf to ensure that the system meets the needs of the organization& the end user 5)software quality metrics will help u to a)keep account on the software quality of an application b)analyse and improve the deficiencies of an application c)both of the above d)none 6)Application that has GUI must be tested for usability a)for any kind of UI applications b)more necessary for web based applications c)only if the user is going to use the UI d)only if the user pays for it 7)the program according requirements expects the uppercase letters from A to Z.Analyze the following inputs and choose one that can cause the failure with greater probability a)@,[ b)1,0 c)B,W d)[,] 8)A system test that forces the software to fail in a variety of ways and verifies that softwware is able to continue execution without interruption.This definiton in nearest to a)Recovery testing b)Stress testing c)both of the above d)none 9)Automated testing is necessary when a)testing has to be done very quickly b)number of resources are very less c)most of the test cases are similar in anture d)all of the above 10)which of the following tests is performed early in a software testing process a)monkey testing b)unit testing c)system testing d)none 11)the testing technique that requires devising test cases to demonstrate that each program function is operational is called a)black box testing b)glass box testing c)grey box testing d)white box testing 12)what a UML diagram is useful for black box testing a)class diagram b)object diagram c)use case diagram d)sequence diagram 13)what kind of tools would you suggest to use for the automation of regression tests? a)capture and playback b)static analysis tools c)simulators d)debugging tools
3 Answers Bally Technologies, IBM, QA, Speridian Technologies,
What is the role of qa in a project development?
Difference between smoke testing and sanity test ?????????
Define test strategy.
What is meant by Factory testing?? I have seen this one in a Job posting
As a tester I'm looking for web 2.0 Style Software Testing Management tool- any suggestions?
what is PDCA?
What is basic block?