boundry value range for the a and b where
a/b=c
conditions
1. if c <1000
2. if c b/w 1000 and 2000
3. if c > 2000
Answers were Sorted based on User's Feedback
Answer / arun130887
For if c <1000,
mini=999, max=1001
For if c b/w 1000 and 2000,
mini=999, max=1001
mini=1999, max=2001
For if c>2000,
mini=1999, max=2001
Is This Answer Correct ? | 0 Yes | 2 No |
What is two tier and three tier architecture?
13 Answers HCL, IBM, iGate,
what are the bugs we canot find in black box.
What is deferred?
How much the bug is affecting the functionality of the application?
Q.Reasons not to automate. a.No formal test plan. b.No Design document. c.Testing budget is minimal. d.All of the above.
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
Lets say,you are not finished with testing a application,your manager gives you a new task,how do you prioritize your time,what should you do
What are stage in a Bug Life Cycle?
What is the Difference between Stub Testing and Driver Testing?
How will you decide defect seviourity and priority?
What are the modules of quality center?
What is negative testing.