Distinguish between manual testing and automation testing
Answers were Sorted based on User's Feedback
Answer / kaps
Manual Testing: Methods used by Manual testers to run test cases (without using a supporting tool) is called manual testing e.g. Unit testing, Blackbox, Whitebox, Integration, acceptance testing etc.
Automation Testing: If an external tool is used to expedite the testing process that's called an automation testing. There are various tools available in market e.g. QTP, Selenium, Winrunner, load runner etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gajjala
Manual testing is a type of testing with out any tool interaction we have to perform testing on app with human effort.
Automation is nothing but using tool like QTP we develop scripts and perform testing. but automation is useful for regression perpose.
| Is This Answer Correct ? | 1 Yes | 0 No |
How does quicktest professional (qtp) identifies the object in the application?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
For what purpose to we use object repository in a application?also explain usage of obj.repository?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
Is virtual object supported in low level recording mode?
Have you used xml check point in your project?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
What will be happen if i load object repository at run time, but it has already associated.
tell me types of environment variables? what r they? explain details? pls give anwer any one?
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?