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 |
Can you brief the hurdles you faced during Automation testing?
In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.
How do we handle run-time errors?
what is the diff between Procedure and function
Can launch two instances of qtp on the same machine?
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
What are Test case selection criteria for Automation?
What are test settings and global settings?
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
1.how can we report the QTP test result in a different excel sheet 2.
How many types of Parameters are available in QTP? and Pls Explain with example.