What version of the oracle are you familiar with?
No Answer is Posted For this Question
Be the First to Post Answer
Explain acceptance testing?
When a bug is found, what is the first action?
There will be two security guards at hell and heaven. hell guy used to speak lie always and we can ask one and only one question to move into heaven(twist is we don't know who is hell or heaven gaurd).how can we move into heaven?
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 software verification?
Explain 'Software metrics'?
is there any open source testing tool to perform whitebox testing and black box testing which supports c++ in linux.plz ans
1 Answers CTS, Infosys, Satyam, Sonata, Wipro,
What is loop testing?
Why we go for automated tesing?
What is metric?
An input field takes the year of birth between 1900 and 2004 what the boundary values for testing this field are?
What are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.