Answer Posted / nsamudrala
Manual testing, and also whenever required automation also
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is test scenario and test condition?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
What are the different available models of sdlc?
how will the test plan is pepared in ur organisation>?
How do test documents in a project span across the software development lifecycle?
What is junit & api?
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
What is white box testing?
What is the difference between web based application and client server application?
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.
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
whar are the contents in db testing test case template
What are the challenges you faced in your project (Testing) and in your company?
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
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?