Wednesday 4 February 2015

QA tips>How to test web application more efficiency way, There are some crucial scenario

How to test web application more efficiency way, There are some crucial scenario
  • If your website has long form, then you need to check in different tab in single browser, you can find session issue, There are more chance to see data that is not belongs to you.
  • Cross browser testing is must, you can get more bug from here.
  • Check the single quotes (') issue in each filtration and text box.
  • Requirements should be clear.
  • Don't make any assumptions while testing.
  • Verify each fields.
  • Give more importance to integration