what a tester test in unit testing,,, explan in details...
Answers were Sorted based on User's Feedback
Answer / giridhar
unit testing: test the code snippets,loops,braches,syntaxes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Testing of Code that pertains to the design doc which
covers the correspoinding snippet. In Unint testing the
tester will perform:
Statement coverage.
Decision coverage (Or braching coverage).
Boundry anlysis.
Mainly the code coverage which involves multiple reviews of
the code prior to the UT.
Correct me if am worng.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akanksha
In unit testing a tester should cover the functionality of
the application, look and feel of GUI should be applied
correctly. You can check the contents of GUI aswell
alignment of text, grammer of text on screen, etc etc
| Is This Answer Correct ? | 1 Yes | 2 No |
Many times a tester can reopen the bug? i said until the bug is resolved.. but the interviewer doesn't accept.. If there any standard for that..
I m writting the test cases in Excel sheet. After wrting test cases for version 2.0.0 If there is new feature added in build 2.0.1, I will write test cases for newly added feature. Then 3.0 version release for testing with new feature. I will write test cases for newly added feature 3.0 But if in between 2.0.2 build release for testing with same feature of 3.0.Then should I have to write test cases for same feature again? If not --> when 2.0.2build again release for testing after 2months then How should I came to know that I have to run these test cases on 2.0.2build?
In a Software testing Field, What you think a TESTER needs...?
Explain the components of a test plan?
What is the major roles & responsibility of a Tester?
What are the testing types? Tell me abt few?
system testing or sub system testing ? both are same or different ?
What is the difference between Incident and Defect. Anybody can answer it. Thanks in advance.
10 Answers iFlex, Kameda Infologics,
What is the first query u encounter to test a database..?
What is a test severity and test priority? difference between them with suitable examples?
Example for High Severity and low priority, High Severity High priority, Low Severity Low Priority, Low Severity High Priority?
what is mean by defect resolution and its use??