Explore topic-wise InterviewSolutions in .

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.

Definition of automated regression testing how this will help users?

Answer»

Definition of automated regression testing how this will help users?
As we know these days we need a time to time change in our software as day to day new things COMES in to PICTURES. As well new technology and new requirements are coming. So to accomplish these tasks developer are frequently adding new features, functions and some bug FIXING time to time. And there is so much chance that it might break our our old code when we are deploying out new code.
And this will be great disadvantage when new release having some issue and it is broken. And user expect some consistency and reliable experience from software and they are not thinking about the version they are using. And all of the user expects that in new release every feature of old version will work fine if that was not obsolete. And new feature will also works.
To overcome this issue we use regression testing here tester will ensures that new feature will not break the old functionality. And the main goal is to ensure that previously developed and tested functionality still works after adding new code. When tester performs regression testing automatically using testing frameworks and tools it was known as automated regression testing.
And in this testing tester runs suite of regression tests after each new release of software and in case of pass tester CONTINUES with other types of testing. But if it fails there is no further proceeding until the developers fix the broken regression tests. And we also SAY that it act as time-saver for tester which will ensure quality in software before release of it.

2.

When is not a good time to automate the tests?

Answer»

When is not a good time to automate the tests?
CHOOSE the CORRECT option from below list
(1)The TEST is REPEATABLE.
(2)The software is changing constantly.
(3)Its time-consuming for a human tester.
(4)The test involves complicated calculations.

Answer:-(2)The software is changing constantly.

3.

Which of the following can t be tested automatically by a script?

Answer»

Which of the following cant be tested automatically by a SCRIPT?
Choose the correct option from below LIST
(1)CAPTCHA
(2)LOGIN Form
(3)Button Click
(4)LINK Navigation

Answer:-(1)CAPTCHA

4.

Which of the following testing cannot be automated?

Answer»

Which of the FOLLOWING testing cannot be automated?
Choose the correct OPTION from below list
(1)Exploratory Testing
(2)Regression Testing
(3)Unit Testing
(4)End-to-End Testing

Answer:-(1)Exploratory Testing

5.

Which one of the following is not an automation testing framework or tool?

Answer»

Which one of the FOLLOWING is not an automation testing framework or tool?
Choose the correct option from below list
(1)SELENIUM
(2)Cypress
(3)Protractor
(4)ANGULAR

Answer:-(4)Angular

6.

The Protractor automated testing framework was initially developed for which JavaScript framework

Answer»

The PROTRACTOR AUTOMATED testing FRAMEWORK was initially developed for which JavaScript framework
Choose the correct option from below list
(1)React.js
(2)Aurelia.js
(3)Backbone.js
(4)Angular.js

Answer:-(4)Angular.js