what is BVT testing?Who can do this testing?
Answer Posted / castor_troy
BVT is boundary value testing.
The test data for this testing will always be :
min-1, min, max, max+1.
It is done by testers.
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
Hi,Please can any one tell me about SAP Testing concepts.
how to explain banking domain project in testing?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
What is the test case?
Is compatabilitytestig and port testing are same
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
What is frame level testing and how do we test it?
how many meeting in realtime environment? what are they?plz explain?
tell me some major and minor defects in ur net banking project?
i need manual testing interview questions for 2+ experience plzz help me..
What is the first test in software testing process?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
Explain thread testing.
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }