At what stage unit testing has to be done?
Answers were Sorted based on User's Feedback
Answer / nehisha
Unit testing is done at the very begining, it is the first
stage of testing performed by developers in their
environment.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pragna
the most ‘micro’ scale of testing; to test particular
functions or code modules. Typically done by the programmer
and not by testers, as it requires detailed knowledge of
the internal program design and code. Not always easily
done unless the application has a well-designed
architecture with tight code; may require developing test
driver modules or test harnesses.
and it has to done during the development.
each and every piece of code written by the developers for
a project has to be unit tested.
this is the initial test that will be done from the testing
perspective to make sure the code written by the developer
abide by some coding standards and, code would not be
broken in any situation
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shobana
when an development of single module of anapplication is
completed
| Is This Answer Correct ? | 0 Yes | 0 No |
aplitue questions will be based on wich type ?
How to perform Regression testing manually?
regression, functionaltesting, intergration testing, UAT, re- testing. what is order of testing. which one comes 1st,2nd,3rd. tell order
What is difference between load testing and stress testing?
what is the diffrence between qualityassurance and system testing explain in detail with an example?
3 Answers Cap Gemini, iFlex, Mind Tree, Zenith,
1.What is the traceability matrix template? Darw the all fields? 2.What is the risk factor problem related to project? 3.risk factor ratio in ur company? 4.What is the purpose of ?check-in?,? check-out??
who is responsible to generate test data ,how test data will be developed manually,
what are the questions asked on projects in testing for 2+ and 3+ exp??
What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?
Hi anybody can answer this question with example. giving as it is i faced in interview................. What is TestPhase? What are Entry and Exit Criterias? Should explain with Example.
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?