Posts

Showing posts from June, 2022

Tekstrom Automation Testing Interview Questions

In this article we will cover Tekstrom Automation Testing Interview Questions from 2021 which could help you prepare in advance. Tekstrom Automation Testing Interview Questions Difference between equals and ==? (==) -> is a reference comparison; both objects point to the same memory location (.equals()) -> evaluates to the comparison of values in the objects When to use if-else and switch-case? Xpath vs CSS Selectors? Disadvantages of Selenium? Captcha,WIN pop-ups, only Web Apps automation Types of Waits Implicit, Explicit, Fluent Keywords - super and this? System - File.separator? ThreadLocal? Concurrency? Multi-Threading? Replace() vs replaceall() in java? Replace - 1 character ReplaceAll - 1 regular expression Do you have experience in handling java system functions?  System.exit() - program terminate Sysout System  - IO Actually how you handle windows or os level pop-ups? How you write the multi-threading to launch different browsers using selenium? main method - Single threa

Manual Testing Interview Questions - Part 14

Image
In continuation with the latest series of Manual Testing Interview Questions, we present you the part 14 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 Part 9 Part 10 Part 11 Part 12 Part 13 Manual Testing Interview Questions - Part 14 What will be your action if there are 4 people in your team and are not good with each together still you want the people to work together to get your work done? Or How will you handle team conflicts? First I will try to understand their problem If the problem is personal then in the office they should not bring it.  If the problem is related to career aspiration then I will give them assurance that I will work on that   If the problem between them is related to attitude then I will delegate the work appropriately so that there should not be any conflicts.  I will schedule a regular 1 on 1 with them to monitor the changes If needed I will arrange a skip level manager meetings Expl

Manual Testing Interview Questions - Part 13

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 13 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 Part 9 Part 10 Part 11 Part 12 Manual Testing Interview Questions - Part 13 What is BVT/BAT? Build Verification test is a set of tests run on every new build to verify that build is testable before it is released to test team for further exhaustive testing. These test cases are core functionality test cases that ensure application is stable and can be tested thoroughly. Typically BVT process is automated. If BVT fails that build is again get assigned to developer for fix.  BVT is also called smoke testing or build acceptance testing (BAT) New Build is checked mainly for two things:   Build validation  Build acceptance  How will you perform field validations? I will use Equivalence Class Partitioning and Boundary value analysis in order to perform field validati

Manual Testing Interview Questions - Part 12

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 12 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 Part 9 Part 10 Part 11 Manual Testing Interview Questions - Part 12 What are the challenges that you faced in your project? Or What are the difficulties You faced in your project. A. The biggest challenge we faced in our current project is to satisfy the customer, as his expectation is too high from all of us. E.g. Customer is expecting to execute more than 50 test cases per day per person. Which is quite difficult as our functionality is very complex.  B. The other challenges we faced is that requirements are changing every often and then without any prior notice or discussion.  C. We are lagging behind the schedule, so every one of us has to stretch hard. So here effort estimation is not correct.  D. We don’t have any defined process. This creates a lot of prob

Manual Testing Interview Questions - Part 11

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 11 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 Part 9 Part 10 Manual Testing Interview Questions - Part 11  How will you test the application without having any requirements? We will perform exploratory testing. Means we will first explore that application and then test. We can explore that application by taking the help of superiors who is having knowledge about that application, or by going to help files of that application or by understanding the domain for which this product belongs etc. Did you get any bug which was not in the requirement or in ad-hoc testing (which was not in the test case)? Or did you get any bug in Ad-hoc testing? Explain Yes. In our application on the home page first we were showing all the accounts but later on it was creating a performance issue when number of accounts was more tha

Manual Testing Interview Questions - Part 10

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 10 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 Part 9 Manual Testing Interview Questions - Part 10 What is GUI testing? GUI Testing is nothing but testing the product or application that uses Graphical User Interface, to ensure that it meets the customer requirement. What is Security Testing? Security Testing is nothing but to test how well the system protects against unauthorized internal and external access, willful damage etc. In security testing we are finding out the vulnerabilities of the application What is Stress Testing? Stress Testing is nothing but to test the software beyond its limit. Stress Testing are of two types:  By Keeping the H/W resources constant and increasing the load of the user.   By keeping the load of the user constant and gradually decreasing the H/W resources.  E.g. to test the s

Manual Testing Interview Questions - Part 9

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 9 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 Manual Testing Interview Questions - Part 9  If developer rejects the bug then what should you do? Give the 5 reason of defect rejection? If you found bug and developer said that this bug is not reproducible at his place then what you will do? If Developer rejects a bug and if it’s really a bug I will attached the references of FSD and error snapshot which will give him correct understanding of that bug.  If he still doesn’t agree on that I will arrange a live meeting with him and reproduced this issue in front of him.  If still he don’t agree on that and saying this is the problem with your environment then I will escalate it to my Manager.  Developer can rejects Issues ……  1. If it is an Environmental issue.  2. If the functionality is out of scope.  3. If the l

Manual Testing Interview Questions - Part 8

Image
In continuation with the latest series of Manual Testing Interview Questions, we present you the part 8 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Manual Testing Interview Questions - Part 8 WHAT IS SMOKE AND SANITY TESTING? SMOKE  It is a kind of Software Testing performed after software build to ascertain that the critical functionalities of the program are working fine.   The purpose is to reject a badly broken application so that the QA team does not waste time installing and testing the software application.   In Smoke Testing, the test cases chose to cover the most important functionality or component of the system. The objective is not to perform exhaustive testing, but to verify that the critical functionalities of the system are working fine.  SANITY Sanity testing is a kind of Software Testing performed after receiving a software build, with minor changes in code, or functionality, to ascertain that the b

Manual Testing Interview Questions - Part 7

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 7 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Manual Testing Interview Questions - Part 7 What is Unit testing? It is also called as module testing /component testing.  It is done to check whether the individual unit or module of the source code is working properly. It is done by the developer. Integration testing? It is a process of testing the interface between the two s/w units.  It is done by 3 ways:- big-bang , top-down, bottom-up approach.  Process of combining & testing multiple components together.  Normally done by developer but a tester can also perform if he has the knowledge of coding. System testing? It is a black box testing technique performed to evaluate the computer system. It include both functional and non-functional testing. Verifying the completed system to ensure that the application works as inte