Answer Posted / saurabh pandey
it will help us to grow in software testing field
and also will give the opprtunity to get job outside india
with international companies.
bye the way i m new in this field and
i also want to do this certification.
hope my answer is good as well as right.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
any one giv test cases for wordpad using equivalence class partioning
What is the responsibility of programmer’s vs QA?
what is the difference between Test-bed and test topology?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
what is the architecture of your current project?
I have interview on Guide wire testing. If you please share me.
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
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
Write 2 scenarios for System testing?
is it possible to do performance testing in stand alone application..how wil u do that ???????
Test cases on send/ receive button of Microsoft outlook.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?