What is the difference between Use case and Test Scenario?
Explain the Architecture of u r project?
Answer Posted / aaa
Use case is a document which gives the brief idea of the one
module/functionality which contains the following information,
Overview of document with use case diagram
Brief Description of functionality
Assumption prior to develop/test
Actors
Preconditions
Post condition
Screen mocks to develop/test jsp's
Functional Requirements
Flow of events for functionality
Test Scenrio is a description of test cases that ensure that
a business process flows applicable to the customer. It is
nothing but a sequential steps followed to design test cases
Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain the difference between severity and priority.
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
Hi, I want "Intergraph" placement papers for experienced people which was conducted recently in Hyderabad. Thanks, Purnima.
write test case for gmail login page
How quickly we need to fix the bug?
what risks do u faced u r projest how do you solve
What is the difference between Functional testing and Unit Functionality testing?
What is bug leakage?
How do you know the code has met specifications?
What are testing techniques? What is difference between general and specific?
What are the advantages of black box testing?
what is the critical defect in telecom domain?help me out from this prob its very urgent
test cases for Insurance Processing System ?
Can you explain boundary value analysis?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.