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 |
1) In your own words please explain the probable test cases and scenarios for the authentication or login process flow for web based applications like a. www.gmail.com b. www.facebook.com c. Secure internet banking (ICICIBANK.com etc)
what are the add-ins needed to test .net and c# projects?
What is the main difference between SDLC & V-MODEL. In the interview,wht exact difference,i should tell for an interveiwer
6 Answers Accenture, kenexa, TCS,
what r the entry criteria for functionality and performance testing?
Can we include 'Space' and 'Underscore' in alpha characters or alphanumeric characters at the time of Defect Reporting?
What is the difference between functional specifications and business requirement specification?
It is not waste of time in preparing the test condition,testcase and testscript
what is the status of defect when the developer reject the defect?
what is FAT and SAT tests .?
What is role of a tester in the requirement phase?
In the static testing,what all can be tested?
How sanitary or smoke testing process will done in the application?mainly how we start doing that test?