what is differnete between bug report@bugtracking
Answer / mohd.shaheer
The main difference is that in "BUG REPORTING", you will
report the presence and occurrence of the BUG(including its
exact point of presence) while in "BUG TRACKING" , you will
be tracking down to locate the BUG(where it exists) for
reporting or for some other operation.
Is This Answer Correct ? | 2 Yes | 1 No |
I am going for an interview for back end and ui testing. Can smone tell me some important questions?
What is equivalence partitioning testing?
Which review is normally used to evaluate a product to determine its suitability for the intended use and to identify discrepancies?
I’ve been using a test tool for quite some time but it has not lived up to the expectations. So I’m planning to invest in a good one. Please suggest some?
What is bottom-up strategy?
What is end-to-end testing?
What are the best practices for software quality assurance?
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 the minimum criteria for white box?
What is fault tree analysis?
What is functional specification?
Explain what n+1 testing is?