Question:
How do you get programmers to build testability support into their code?
Answer:
The programers should add comment attached with their code
for a white box tester ... as for products the source code will be changed as per requirements and developers or testers who follow them should understand the logic of code easily Source: CoolInterview.com
Developer has to write the Unit test cases and execute the same or else even they can do Automate the Unit Test cases using JUnit if the Project developed using JAVA technology. that is the proof and green signal to Tester to start the Testing. Source: CoolInterview.com
Answered by: Bhaskar | Date: 3/26/2010
| Contact Bhaskar
Once the project comes,there can be a general technical discussion between the development and testing teams to clear out the doubts mentioned in BRD.Also it gives a clear cut idea about the functionalities to be tested giving value additions to coding and unit testing.
For example:The tester can expose his ideas of testing to some extent like negative testing or testing of additional functionalities,which can be valuable for the programmer for coding/unit testing. Source: CoolInterview.com
Answered by: Sanghamitra | Date: 4/20/2010
| Contact Sanghamitra
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|