How does unit testing play a role in the development /
software lifecycle?
We can catch simple bugs like GUI ,small functional Bugs
during unit testing.This reduces testing time.Overall this
saves project time.If developer doesn't catch this type of
bugs,this will come to integration testing part and if it
catches by a tester,this need to go through a Buglife cycle
and consumes a lot of time.
or
Unit testing helps in verfying that a unit or module that
is built is as per requirements and functions properly .It
helps in preventing bugs getting multiplied and migrated in
later phases.
| Is This Answer Correct ? | 4 Yes | 0 No |
2)The prototype model is chosen on what grounds? A)During information engineering phase when all the requirements are clear and there is no space for any confusion. B)When the requirements are well understood and there is a need for developers to create a fully functional system within a very short time period. C)During information engineering phase when only generalized objectives of the software are defined and it is not possible to define detailed inputs, business rules and output requirements. D)when the focus should be given on the delivery of an operational product with each increment, where each increment is a spiral model.
what is metrics in software testing? give me a brief detail about it?
what is the test case for bank check leaf??
How does one do Regression Testing for Manual Testing projects?
What are Testing Metrics? Explain
What do you mean by coverage and what are the different types of coverage techniques?
why is it necessary to give a priority to the test cases or/and requirements. why does the Test case ID is not sufficient to identify the test cases to be executed first.
Explain the procedure for manual testing.
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
Explain compatibility testing with an example.
Could some one tell me test cases for multi line text boxes like Notes field?
what is Gui testing?