Answer Posted / shivakumar
white box testing techniques are called as
Statement Coverage or Node Coverage: Execute all statements
Branch coverage or Decision Coverage
Decision/Condition Coverage: execute each decision at least one
Multiple Condition Coverage : Invoke each point of entry at least once
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
When to stop testing? (Or) how do you decide when you have tested enough?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
Which are the standards for software test plans?
Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks
Can anyone tell me about banking project? abt the transactions? the flow?
When we use integration testing for any new system so why we required system testing.
What are the different levels of manual testing?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
what types of testing you performed in transfer funds module....
What are the phases involved in software testing life cycle?
what is date field test case
How does a coverage tool work?
what is dib format?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.