Difference Between Find Element and Find Elements
Difference Between Find Element and Find Elements
Smoke testing
Regression Testing is carried out to confirm whether a recent program or code change has not adversely
The purpose of Regression Testing is that new code changes should not have
Re-testing
Re-testing is carried out to confirm the test cases that failed in the final
execution are passing after the defects are fixed
Re-testing is done on the basis of the Defect fixes
Priority of re-testing is higher than regression testing, so it is carried out before
regression testing
Difference between severity and priority?
o Severity is the impact of a bug on the system's functionality.
Priority is the order in which a bug should be fixed, based on its severity and other
factors like business impact.
js.executeScript("window.scrollTo(1000,document.body.scrollHeight)")
;
Thread.sleep(2000);
JavascriptExecutor js1=(JavascriptExecutor) driver;
js1.executeScript("window.scrollTo(-
1000,document.body.scrollDown)");*/
Alpha testing is
performed by testers Beta testing is performed by
who are usually clients who are not part of
internal employees of the organization.
Performed by the organization.
Parameters Alpha Testing Beta Testing
Alpha testing is
Beta testing is performed at
performed at the
the end-user of the product.
Performed at developer’s site.
Reliability and
Reliability, security and
security testing are
Reliability and robustness are checked
not checked in alpha
during beta testing.
Security testing.
Alpha testing
Beta testing doesn’t require
requires a testing
a testing environment or lab.
Requirement environment or a lab.