What lcsaj is?
No Answer is Posted For this Question
Be the First to Post Answer
What is positive testing?
what is opaque testing?,what is transparent testing
What is PMRS?
Usually how many members work in a project & how members are now working in a project. If there r difference between the above two questions why it is so?
Explain testability?
What is Unit 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 all things you should consider before selecting automation tools for the aut?
Explain cyclomatic complexity?
What are the experience-based testing techniques?
What is a test closure?
what is the difference in testing a secured site 'https' & a non-secured site 'http&'