ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Test Cases
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
if we ve data 100 how we can check and create equvalnces an 
bva .if we ve data 1-5,6-10so on wat will we bva how we 
will chk
 Question Submitted By :: Nidhi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
Answer
# 1
if we have only 100 as data there is no question of creating
equivalence or bva.  you don't have any other option using
except 100.

if data is between 1 and 100 you can select random like 1,
10, 30, 50, 90, 100 for ECP.

for bva check for 0 (Min-1), 1 (min), 2 (min+1), 99(max-1),
100(max) and 101(max+1).

The same applicable for 1-5 and 6-10 also.



Correct me if I am wrong....
 
Is This Answer Correct ?    0 Yes 0 No
Satish
 
  Re: if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
Answer
# 2
ya i we have data as only 100 we have to check whether 100 
is accepting or not.

  if the data is betwen 1-5, we have to check for 0,1,5,6.

 similarly for 6-10, we have to check 5,6,10,11

  jaychand
 
Is This Answer Correct ?    0 Yes 1 No
Jaychand
 
 
 
  Re: if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
Answer
# 3
if the data is 100, that can be considered as valid range
and anything other that that is invalid, one valid range and
two invalid ranges.  No BVA can be applied.

valid  - 100
invalid  - less than 100 (99,98....)
invalid  -greater than 100(101,102..)



pls  correct me if i am wrong..
 
Is This Answer Correct ?    0 Yes 1 No
Saritha
 
  Re: if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
Answer
# 4
If a range is given for EP and BVA then 
    for a range 1-100 we will have 1valid and 2 invalid 
inputs
   valid u give any nuber between 1-100 and invalid u give 
below 1 and above 100.
  bva u always test at the boundries u get six testcases 
for data 0,1,2 99,100,101
 
Is This Answer Correct ?    0 Yes 0 No
Meenakshi
 

 
 
 
Other Test Cases Interview Questions
 
  Question Asked @ Answers
 
how to write test cases for a text field that should have maximum 250 characters  2
Hi, i attended interview in seimens they asked me suppose u have a car which is used by VIP and it has 2 alarms one is at front and other is back when ever smoke or fire is near to car it will detect it and beep alaram so wat r the possible test cases u can write plz give the answer Siemens2
How do you differentiate the roles of Quality Assurance Manager and Project ABC2
Please give me a test case scenario for search engine covering all the fuctionalities  1
Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.  2
how many checkpoint u have to used  2
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?  5
Define Testcase.  2
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.  3
How to write load test case for pen?  1
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax  1
what is the purpose of writing testcases  11
How to execute test cases written in excelsheet??? Wipro6
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me. some real time database tester please answer my question as soon as possible.my need is such that. else mail answer at ina.ref@gmail.com  1
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point. Adobe2
how do u call a from library file  2
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario Mind-Tree15
hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz HCL1
How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case.. Mind-Tree2
write case for petrol pump? AppLabs7
 
For more Test Cases Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com