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 the diff. between Sanity , smoke and ad-hoc testing?
What are the Test Cases for a login in to your email which has username and password?
When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases
How do u test the application without any documents?
what is the need of white box tesing before doing black box testing?
Write all possible test scenarios for Login screen.
Non functional testing Examples ?
Are Test Condition and Test Description/Procedure are different? Please Reply
what are the things we consider when perform the UI testing of any web application please suggest me with basic things?
when will tester do the smoke testing?
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
what is meant by manual testing?