Sendkeys Is The Method Used To Type Text in Input Boxes 2
Sendkeys Is The Method Used To Type Text in Input Boxes 2
● System Testing
● Functional Testing
● Acceptance Testing
● Smoke Testing
● Regression Testing
● Performance Testing
● Security Testing
1. Resource constraints such as time and budget can influence the decision. If
these constraints are exceeded without significant defects being found, it
might be reasonable to conclude that further testing is unnecessary.
2. Lastly, feedback from stakeholders and end-users can provide valuable
insights on whether the system meets their expectations, helping them decide
when to stop testing
6.Does automation testing fall under the white box or black box
testing category?
Ans-Black box testing
7.What are the benefits of the page object model
Ans- A page object model (POM) is a design pattern in Selenium. It
can store all web components in an object-based system. Software
engineers use POM due to better test case management and to
reduce code errors.
In each model, there is a corresponding page class. Candidates