How many possibilities are there to test a text field? What are they?
Latest Answer: First of all the tester need to find the purpuse of the text field from the requirements. Based on the requirement need to prepare test data. There are two possilble ways to test a text field,1) Boundary Value Analysis2) Equivalence Class Partition.B.V.Kumar ...
A Page/Form has 4 Mandatory fields to be entered before you Submit.How many no. of test cases are required to verify this?And What are they?
Latest Answer: Well, in this case we can have the following scenariosFive test cases:1. Enter the data in all the mandatory fields and summit, shouldnt issue any error message2. Enter data in any two mandatory fields and summit, should issue an error message3. Dont ...
There is a new build and you have not much time left behind to test(manual test), what will you do? (apart from prioritizing functionalities..... risk analysis, what other answers are valid approaches
Latest Answer: From my point of view is ad hoch testing is more useful in this type of situation but we don't have the specification of the project then we should go for the explotary testing because we use explotary testing when we don't have the time and specification. ...
Hi,can any one answer me the following question? I have three text fields, one should accept a string as input, second text box should accept a float as input and the third text box is for output. the
Latest Answer: The other testing is GUI (Look and Feel) testing ...
Can anybody describe the difference between the functional testing and functionality testing?
Latest Answer: Functional Testing is a methodology under which Functionality testing is a type.Ex. GUI testing is a type of Functional testing ...
What is the min amd Max length of password
Latest Answer: Testing application with some boundary valuesi.eBefore the valueBeyound the Value there are three types of inputs for an modulei.eEntering the values before the current and correct valueaccurate input valuebeyound the value ...
Have you found any difference while testing a flash file and HTML file? If yes what are they?