Yahoo Canada Web Search

Search results

  1. Sep 14, 2024 · 1. Select a CI Tool: Choose a CI tool such as Jenkins, Travis CI, CircleCI, or GitHub Actions to automate building, testing, and deploying code. 2. Integrate Version Control: Connect the CI tool with your version control system (e.g., GitHub, GitLab, Bitbucket) to trigger builds and tests automatically. 3.

    • Why do you think we need Automation Testing? Based on the situation, automation testing can help us in. Improving test efficiency. Reducing the testing efforts.
    • How will you decide when to automate the test? Automation testing can be not done at all times; there are certain scenarios where automation testing is most preferred.
    • State the benefits of Quick Test Pro (QTP)? Some of the benefits of QTP are. Supports web-based application for both client and server. keyword-driven testing.
    • When will you decide not to Automate Testing? I will not automate when. Application Under Test changes frequently. When test cases are valid only once. Random testing.
    • What is your experience with Selenium WebDriver? Can you explain its key features? The interviewer is interested in your hands-on experience with Selenium WebDriver, a widely-used automation testing tool.
    • Describe the difference between white-box and black-box testing. Understanding various testing methodologies is essential for an Automation Tester, as it demonstrates your knowledge of the testing process and your ability to apply the appropriate method for a given scenario.
    • How do you decide which test cases to automate? Deciding which test cases to automate is a critical aspect of software testing, as it can impact the efficiency and effectiveness of the testing process.
    • Explain the concept of a test automation framework. Which frameworks have you worked with? The essence of this question lies in understanding your technical knowledge and experience with test automation frameworks.
    • Automation Testing Interview Questions and Answers For Freshers
    • Automation Testing Interview Questions For Experienced
    • Automation Testing Interview Questions For 3 to 5 Years Experience

    1) What is Automation testing?

    Automation Testing uses an automation tool to execute test cases. The main goal of Automation Testing is to reduce the number of test cases to be run manually and not eliminate Manual Testing. 👉 Free PDF Download: Automation Testing Interview Questions & Answers

    2) When will you automate a test?

    Automation is preferred in the following cases 1. Repetitive Tasks. 2. Regression Testing 3. Smoke and Sanity Tests. 4. Test with multiple data sets. Testing is not recommended for one-off test cases. Usually, the decision on which test cases to automate is based on the ROI (Return on Investment). The more times the automated test is executed, the better the ROI.

    3) When will you not Automate testing?

    One should not automate in the following cases 1. When the Application Under Test changes frequently 2. One-time test cases 3. Adhoc – Random Testing 4. Exploratory Testing 5. Usability tests that generally need manual intervention to check the test results 6. Test cases with detailed setup requirements to be done before each execution 7. Test cases that return unpredicted test results 8. Exclude unplanned test case

    6) In what condition you can’t use automation testing for the Agile method?

    Automation testing is not helpful for agile methods in the following conditions: 1. When user stories are constantly changing 2. When an exhaustive level of documentation is required in Agile. 3. Only suitable for regression tests during agile testing, like continuous integration. Learn more about Agile Testing.

    7) What is a test script?

    A test script is a code to perform a set of instructions on an application. It is used to verify whether the application is functioning as per the software requirements. When you run your script, it gives the test results as a pass or fails, which is determined by whether the application works as per the expectations.

    8) How to select a good test automation tool?

    1. Wide Test Environment support 2. Easy to use 3. Good debugging facility 4. Robust object identification 5. Record and Playback 6. Supports common programming languages for test script creation, for example, Java 7. Image testing abilities 8. Testing of database 9. Parameterization 10. Support multiple automation frameworks 11. Type of support is available for the tools like documentation, tutorials, training, etc 12. Cost and budget 13. Good reporting system

    36) What are the Extensions and Test Assets of QTP?

    Some Important Test Assets and extensions of QTP are: 1. Results .xml 2. Recovery scenario .qrs 3. Test batch runner .mtb 4. Shared object repository .tsr 5. Local object repository .mtr 6. Test file .mts 7. Function library .qfl

    37) What are the differences between manual testing and automation testing?

    Here are some major differences between manual and automation testing:

    38) What are the essential modules of an automation testing framework?

    Here are some essential modules of the automation testing framework: 1. Test Assertion Tool: This testing tool will provide assert statements for assessing the expected values in the application under test. For Example, Junit, TestNG, Junit, etc. 2. Data Setup: Ensures thateach test case takes the test data from the database, a file, or embedded in the test script. 3. Build Management Tool: The framework requires to be built and deployed to create test scripts. 4. Continuous integration tool:...

  2. Aug 15, 2024 · This is a basic question about automation testing that hiring managers may ask during your interview. How you answer can show the interviewer whether you understand the benefits and potential uses automation testing has in the workplace. If the interviewer asks this question, try to connect your answer to the goals of the hiring organization.

  3. Mar 7, 2024 · Answer: In order to identify the tool for Automation testing in your project: a) Understand your project requirements thoroughly and identify the testing scenarios that you want to automate. b) Search for the list of tools that support your project’s requirements. c) Identify your budget for the automation tool.

  4. People also ask

  5. Jul 3, 2024 · Automation Tester Interview Questions With Sample Answers. Following a career as an automation tester requires creativity and technical skills to develop programs that run software through several criteria. It's a competitive field in a growing industry and offers lots of room for career development. Preparing answers to common interview ...