Hello friends in this post we are going to discuss about Automated Software Testing MCQ | Automated Software Testing Objective Type questions | Automated Software Testing Multiple Choice Questions Answers | Automated Software Testing Accenture Answers
1.What type of testing ensures that patches have not broken existing functionality?
A.Unit
B.API
C.Functional
D.Regression
Ans: D
2.Why is regression testing important?
A.It improves software performance
B.It ensures the software will run on multiple platforms.
C.Problems are not expected for things that already work.
D.It adds a layer of security
Ans: C
3.When should unit testing be performed? Choose two.
A.Prior to functional testing
B.Prior to code check in
C.After functional testing
D.After code check in
Ans: A B
4.What type of testing uses unexpected randomized inputs to determine how software will respond?
A.Fuzzing
B.API
C.Unit
D.Regression
Ans: A
5.Web application firewalls listen to which type of network conversations?
A.HTTP
B.SMTP
C.RDP
D.SSH
Ans: A
6.GUI testing normally follows which type of test?
A.API
B.Fuzzing
C.Unit
D.Functional
Ans: A
7.What category does API testing fall under?
A.Black box
B.White box
C.Blue box
D.Grey box
Ans: B
8.How are headless browers normally invoked?
A.GUI
B.API
C.CLI
D.Unit test
Ans: C
9.Which command starts the Google Chrome web browser in headless mode?
A.chromium-headless-disable-gpu-remote-debugging-port=9222
B.chrome-headless-disable-gpu-remote-debugging-port=9222
C.chromebook-headless-disable-gpu-remote-debugging- port = 9222 X Incorrect answer.
D.chrome-nogui-disable-gpu-remote-debugging-port=9222
Ans: B
10.Which of the following is covered by Integration testing?
A.Subroutines
B.A single API
C.Newly submitted changes
D.Inter-component communication
Ans: D
11.What category does Functional testing fall under?
A.White box
B.Black box
C.Blue box
D.Grey box
Ans: B
12.Which type of testing focus on tweaking software performance?
A.Load
B.Functional
C.Unit
D.Stress
Ans: A
13.You have created a TestComplete project for a desktop application. What must be added to the project?
A.Applications to test
B.Variables
C.Scripts
D.Parameters
Ans: A