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
whar are the contents in db testing test case template
About Testing
what is entry and exit criteria and explain it?
hai friends can u expalin about real time process of testing at the company, like flow diagram
Why performance testing is performed? What are tools of performance testing?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
Different types of design diagrams that supports to write test cases ?
What is Web testing & which action we take at the time of Web Testing?
how mapp the defect id in quality center?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
Password is having 6 digit alphanumeric then what are the possible input conditions?
can u write some high level scenarios on ms outlook express
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning