why u can choose manual tasting
Answer Posted / pravati
first time testing should be done by manualy after the code development.
The software in which requirements are changing frequently or dynamically.
The software in which testing should be done only at once should be done manually.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why performance testing is performed? What are tools of performance testing?
What are the disadvantages of manual testing?
How we will test ubercate
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
How many types of api testing are there?
What is PBX Testing & What is Test coverage?
Explain the procedure & path of s/w in testing?
what are the possible test cases for online jobs search portal..if its a job seeker module and any 1 if u had worked on this proj pls share the bugs with sev and priority pls frends i need replies for these queries ..thanks in advance
What is bottom-up approach?
What is the difference between baseline and traceability matrix?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
Explain the manual testing process?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Enlist some bug status along with its description?
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?