Actually how many positive and negetive testcases will write
for a module?
Answer / lakshmikantha b
That depends on the module and complexity of logic. For
every test case, we can identify +ve and -ve points. Based
on the criteria, we will write the test cases, If it is
crucial process or screen. We should check the screen,in all
the boundary conditions
| Is This Answer Correct ? | 6 Yes | 0 No |
What is dynamic testing?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
What is a test closure?
I have the experience of about 1yrs and 6 months in software testing. Now i must have to shift from this due to unavailablity of projects. But for now I am not able to find any opening in testing with 1+ yrs experience. Plz anybody mail me if anybody finds any openings. Thank you
Have you performed tests on the front-end and the back-end?
what is mean by sdlc & stlc? what is mean by V-model?
What is a system administrator?
what is the strength of ur company?
What is software verification?
As part of which test process do you determine the exit criteria?
What is different type testing you done when doing webbase application.the desktop application
How to copy some tables in a DB to another DB in SQL Server