Write a Sample Test Policy?
What would be the Test Objective for Unit Testing? What are the quality measurements to assure that unit testing is complete?
Latest Answer: Main objective of Unit Testing is devloper who devloped corresponding module or control should ensure that there is no syntax or logical or runtime error in there coding. ...
Hi,The Function takes an array of integers and sorts it. Without knowing the details of the code, how would you test its functionality?
When you enter text in a text box and hit enter button, the text disappears. How could you investigate this function or why it is happening?
how do you know when you have enough test cases to adequately test a software module?
The entry criteria for the preparation of the test plan is the _____ Answer 1 confirmation of the requirements. Answer 2 Initiation of the requirements Answer 3 Plan to have the requirements Answer
Latest Answer: What to test , How to test , Who to test, and When to test ...
What is the basis on which you can check a text box in a web page or application?
Latest Answer: Valid Test case for Text Box 1 It should Editable 2 Height of the Text Box should be 14 inches ----- valid 3 It label should have Text Name 4 It maximum length should be checked ...
How to write test cases for Check boxes?Give some sample test cases.Give some sample test cases for drop down list box in a GUI.
Latest Answer: Verify that the Check box is appearing on the application correctly or notValidate the functionality of check box by cheking and unchecking ...
how to write scope for ATM Machine
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top