Q-1 WHAT IS USE CASE?
Q-2 Test cases cannot be developed with system users and
designers as the use cases are being developed? true or false
Q-3 WHAT ARE DIFFERENT TYPES OF INCREMENTAL TESTING?
Q-4)The cost of fixing a fault
a)not important
b)increses the later fault is found
c)decreses the later fault is found
d)can never be determined
Answers were Sorted based on User's Feedback
Answer / ramprasad.s
1- Use case is a Business scenario designed by domain
expersts or by client.
2 - False.
3 - Top down & Bottom up
4 - b.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saff
1)use case is a formal documentation of business processes
that a system must provide
document contains a actor and a happy path and alternate
path
2)false becoz if we dont have requirment document and use
case document then we need to get info some how that
somehow is asking the system user or designers
3)incremental testing is done when the product is produced
incrementally like as top down or bottom approch or
sandwhich
it test the increment inthe product as they are available
for example is mocules are down as top down aprroach means
higher level are designes first and lower are designes
later then the module designed should be tested but the
output may depend on the next module designed so in this
case for testing the high level module they creat a dummy
low level module called stub then test the high level
module by calling this stub
simillarly in bottom up approach the the dummy created to
resemble the high level module is called driver
4)b
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pninjan
1) SEQUENCE OF ACTIONS A SYSTEM PERFORM THAT YIELDS AN
OBSERVABLE RESULTS OF VALUE TO A PARTICULAR ACTOR
2)false
3) TOP Down incremental and Bottom up incremental
4) c
| Is This Answer Correct ? | 1 Yes | 5 No |
Hi, Cybage had a walkin on 12 Sep 09 in Pune. I had cleared the technical round. Does anyone know the hr id to submit the documents? And also did anyone got a call for HR round? Please reply. It’s urgent.
What are the differences in testing a client-Server and a web Application
In what situation would you want to parameterize a text verification check?
What is frame level testing and how do we test it?
What is meant by Test Script. Example and Explanation on Test Script?Please Answer
Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person
Any body can tell what are the contents RTM(Requirements Tracebility Matrix)
What is Web based testing? How do we test web application manually in real time? Is there any procedure to do this testing? real timers plz reply me...
2 Answers ABC, Arsin Systems, Wipro,
how to write integrated test case for an ATM?
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
What is Stub and Driver ? What functions are used in stubs and driver?
Who assign Bug Id & Bug Version Id?