InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What are some of the popular Automation Testing tools used worldwide? |
|
Answer» Over the years, many automated tools have COME up and they have helped immensely in the overall process of automation testing. Some of the most popular tools include Selenium, RANOREX, APPIUM, UFT, Tosca and SoapUI. |
|
| 2. |
Is documentation a necessary factor during Automation Testing? |
|
Answer» Yes. Documentation is essentially required for QA automation. All the different methods and procedures that are going to be employed must be documented REALLY well in order to repeat them the next time once again. CRUCIAL things that need to be documented are designs, CODE changes, test specifications, CONFIGURATIONS, bug reports and various other aspects. When you document them, you can keep track of the results and repeat them for the next process. Related Article: Quality Analyst Interview QUESTIONS and Answers |
|
| 3. |
Can automation replace manual testing? |
|
Answer» Automated TESTING was never the replacement for manual testing. It was introduced to help and to be an alternative for manual testing. No matter how much easier and efficient it is, this kind of testing also has its own limitations. That is why you will ALWAYS need the help of manual testing in software development. Both automated and manual testing have their own pros & CONS which needs to be kept in MIND. Automated testing can never help you get an in-depth analysis of many aspects. On the other hand, manual testing can never be so efficient. |
|
| 4. |
What are different conditions where we fail to consider automation testing? |
|
Answer» There are some different conditions in which you cannot consider automated testing. These are the conditions REQUIRED for QA automation. |
|
| 5. |
Is it possible to get 100% automation? |
|
Answer» You have to KEEP in mind that it is NEVER possible to achieve 100% automation. This is because there are MANY test cases which can't be automated so easily. In those cases, it takes more time to write the automated test than it is going to ACTUALLY save. Investing double the time and EFFORT in order to make things automated, is not worth it. Manual testing is the best in such cases where you cannot use automated testing because of such reasons. |
|
| 6. |
What are the factors that determine the effectiveness of Automation Testing? |
|
Answer» Not every automated testing process can be SUCCESSFUL. There are always exceptions. TAKE a look at these factors which will help you to determine the success of AUTOMATION -
|
|
| 7. |
What are the different pre-requisites to start automation testing? |
|
Answer» Before you start an automation testing, there are a few pre-requisites that you NEED. Without them it will be difficult to execute the process. Here are the pre-requisites required for QA automation you will need -
|
|
| 8. |
What are good coding practices that are followed for writing test cases for automation? |
|
Answer» There are a few GOOD practices which you can follow when you are writing a test case. FOLLOWING these practices help to ease the overall PROCESS and allows the system to function EFFICIENTLY. Some of these good practices essentially are as follows -
|
|
| 9. |
What is an automated test script? |
|
Answer» Lot of people get CONFUSED regarding what an automated test script is. This is basically a short PROGRAM which gets written on any programming language in order to perform a certain set of instructions. The automated test scripts help to VERIFY if an APPLICATION runs as per the preferred requirements or not. When you RUN the script, it will give you a pass or fail result based on how the script has performed. |
|