What to you mean by Code Compliance Testing? What are the areas to be check in SQL Server Code Compliance Testing?
Latest Answer: I believe, Code Compliance Testing means to test whether the code is following the set of coding standards set prior to coding. ...
Why Unit Test Case is much important in Coding Phase? Who will prepare and execute the Unit Level Test cases? What are the documents needed for Unit test Case?
Latest Answer: Unit Test Case are written by development team or we can say component testers. Unit test cases are important during coding because we can test our new code with these test cases. Documents required is test cases list what we are executing fot unit test ...
Switch PC onStart “outlook”IF outlook appears THENSend an emailClose outlooka) 1 test for statement coverage, 1 for branch coverageb) 1 test for statement coverage, 2 for branch coveragec)
Latest Answer: For First Question
a) 1 test for statement coverage, 1 for branch coverage.
For Second Question
c) 2 tests for statement coverage. 3 for branch coverage. ...
Latest Answer: IBM Rational PurifyPex, Automated White box Testing for .NET ...
How many test cases are needed to have 100% path coverage and decision coverage in the following code.
if (conditionA){ c=c+1}if(conditionB)d=d-1elsee++consider condition A and condition B are independent.
Latest Answer: Path coverage = 2Decision coverage = 4 ...
Module- SAP HR Position infotype Obsolete updation (T.Code: PO13)I am not able to upload the data through LSMW. It is getting recorded but while processing system does not skip to this infotype, which
I am new to White box testing and would like to know how i could learn to write white box code to give input to the code and get the output from the code to test the functions written by developers. Is
What are Coverage Techniques? type of coverage? Please explain me with example.Thanks in advance.
Latest Answer: I believe, you meant to ask 'Coverage Measurement Techniques'. We use diff matrices to measure that....diff coverage types are Path coverage, statement coverage,branch coverage etc. ...
Write one example that you have not find the bug in black box testing but you will find in white box testing?
Latest Answer: During testing, a test harness-an application that links the API and methodically exercises its functionality-is constructed to simulate the use of the API by end-user applications. The interesting problems for testers are:1. Ensuring that the test harness ...
View page [1] 2 3 4 5 Next >>

Go Top