what is testing? What is software testing? how can i write
test case on pen?
Answer Posted / priyanka
hello priya. if u don know anything abt testing, don talk
abt it............
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
What is the test harness?
What are the different types of integration testing?
Do you know anything about Set Top Boxes?
integration test cases for mouse and keyboard
What if the project isn’t big enough to justify extensive testing?
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
Can you explain usability testing?
If you're given a program that will average student grades, what kinds of inputs would you use?
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
what are the Cs in testing
Hi Frnds, this is Aman.. can anybody tell me plz what kind of QA Interview questions are asked by IDS Infotech Ltd., Chandigarh? I have lil bit experience only in Manual Testing.. Plz answer my question as soon as possible.. Thnx in advance..
wat is meant by frontend and backend testing
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
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; }