Answer Posted / a sameer
Whit Box Testing:- It is done by the developers to check the
code to which they have written.
In white box testing we do the following testing techniques
1.Statement Testing.
2. Loop Testing.
3. Path Testing.
4. Branch Testing.
5. Mutation Testing.
In Statement Testing we check all whether all the statements
are given in a correct format and in a meaningful format.
In Loop testing we check whether the assigned loop is
terminating properly in the code part.
In Path testing each and every code has some path to flow
one path goes in one functionality and other path goes to
other functionality so here we need to check whether the
path flow is moving properly or not.
In Branch testing we check how many branches are there in
the code all the branches are moving properly
IN Mutation testing we check the standard of code like for
the working part of code remove some lines and then run the
code here we should get an error message related to the
removed lines of code - to justify whether the code is
working properly or not.
All these things need to tested by developers for there own
code before they release to QA team.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What a team leader will test first when s/he will get new module to test?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
What do you understand by usability testing?
What are the qualities needed by a software tester?
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
How did you do unit testing in your project?
what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent
can anybody tell me what is release process of company? release note?
How can software qa processes be implemented without stifling productivity?
What is a code walk through?
What is smoke testing and what is sanity?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
What if the project isn’t big enough to justify extensive testing?
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
How does a coverage tool work?