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 TO DO THE BATCH TESTING USING QTP?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
How to find array size in qtp?
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
How to Practice QTP Scripts?
Explain in brief about the qtp automation object model (aom).
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter