Latest Answer : This is not able to tell the answer for the tuff questions like this as we don't the requirements, though if you know the requirements we are not sure about the test cases count. As for as my knowledge we can write easily 10,000 test cases approximately ...
GUI contains 2 fieldsField 1 to accept the value of x andField 2 displays the result of the formula a+b/c-d where a=0.4*x, b=1.5*a, c=x, d=2.5*b;How many system test cases would you write
Is it compulsary that a tester should study a Design Document for writing integration and system test casses
Other than requirement traceability matrix what all other factors that we need to check in order to exit a testing process
Is it essential to create new Software requirement document,test planning report if it is a "Migrating Project"?
What is the difference between Functionality and GUI testing in a web based project? Does field validation come under GUI or functionality testing?
Latest Answer : Test cases is concerned with a single functionality, but where as test scenarios is concerned with end to end transaction with business point of viewExample for Test Case on Flight Application Test Case Name :Check the functionality of Login ButtonSteps:1) ...
Latest Answer : As per my knowledge we follow 6 things fro GUI testing:-1) Check for Availabity of objects2) Allignment3) Spell checking4) Data should declare in Specified name for example " Previous" not like this "
Scenario: - Library Records for Transaction. You have two kinds of traction (Forward and backward) based on the Date you enter. For example if you enter today's date Forward Transaction will happen after 4 days and backward transaction will happen 4 days backHow many test cases or scenarios u derive with this condition?
What is use case?I was given only a date field and a submit button in a page. How can I test it and how many possible bugs can I find in it in one hour..