Answer Posted / jyothi
Testing Phase means applying the Test techniques on the
developed or developing Product. whole Testing life cycle
will comes under testing Phase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
when do you escalte issue to your manager?
Explain Testing process in your organization?
If client give you a project then which testing you will perform first
aplitue questions will be based on wich type ?
What is the difference between white box, black box, and gray box testing?
What is system level testing?
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
What are the different test techniques used in functional testing?
how to test a web application manually?can u explain indetail?
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
what are the status have in QC(Test Management Tool). and how you report?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.