[2023 latest version] Summary of software testing interview questions (150 questions with answer analysis)

Interface Test Interview Questions

1: What bugs do you usually find in the process of interface testing?
2: How do you usually test the interface?
3: What tool is usually used to test the interface?
4: How is the webService interface tested?
5: Without interface documentation, how to do interface testing?
6: In the process of manual interface testing or automated interface testing, how to deal with the data dependence of the upstream and downstream interfaces?
7: How to test the interface that depends on third-party data?
8: When an interface has an exception, how do you analyze the exception?
9: How to simulate a weak network test

10: How to analyze whether a bug is front-end or back-end?
 

Interface automation interview questions

1. What is the difference between json and dictionary?
2. Where do you put the test data?
3. What is data-driven and how to parameterize it?
4. The request parameters of the next interface depend on the return data of the previous interface
5. How to deal with the interface that depends on login
6. How to deal with the interface that depends on the third party
7. How to deal with irreversible operations, such as how to test the interface of deleting an order
8. How to clean up the garbage data generated by the interface
9. How to measure all the states of an order
10. How does python connect to the database for operation?

11. Others are related to running reports, code management (git), running strategies and continuous integration of jenkins

 

selenium interview questions

1. How to judge whether an element exists on a page?
2. How to improve the stability of the script
3. How to locate dynamic elements
4. How to locate parent elements through child elements
5. If you capture a picture of a certain element, do not capture all the pictures
6. What problems do you usually encounter? How to solve them

7. An element is clearly located, but the click is invalid (no error is reported), if it is solved?

 

app testing interview questions

1. What is activity?
2. Activity life cycle?
3. Four major components of Android?
4. What is the difference between app testing and web testing?
5. What is the difference between android and ios testing?
6. What is the reason for the ANR in the app?
7. What are the reasons for app crash?
8. How do you deal with the occasional anr and crash in the app for instability?
9. How to capture the log of the app?
10. Do you usually check the log, and what exceptions (Exception) usually occur?

 

at last:

Due to too much content, I will not list all the knowledge points here. For the 150-course PDF document, if necessary, click the small card below to get all the software test answer analysis

Guess you like

Origin blog.csdn.net/lzz718719/article/details/131639374