hi can u say real time issues in load runner?
No Answer is Posted For this Question
Be the First to Post Answer
What is Use case?
How you will write test cases for integration testing? Explain me with an example ?
What is internationalization Testing?
what type of testing is carried out to find memory- leakages?give me a sample example.
What is integration testing in software testing?
What are the categories of defects?
What are the valuable steps to resolve issues while testing?
What is Defect age?
What is the main benefit of designing tests early in the life cycle?
2, 10, 30, 68, 130, _____
18 Answers Bayer, EA Electronic Arts, GTS, Infosys, NASSCOM, TCS,
What is a software version?
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.