Hi,The Function takes an array of integers and sorts it. Without knowing the details of the code, how would you test its functionality?
Latest Answer: 1. Check the Array size and enter the min-1, min, max_1, max,max+1(BVA)2. Enter invalid inputs for storing data (Alphanumerics, Special characters, -ve values)3. Check the I/O Error Messages, Input Messages.4. Check the Output behaviours.(Sorted or Not) ...
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?
Latest Answer: 1.check if enter is pressed it will save in unknown part in backend application2.Check it will be a password not known to all others it can be also security testing like in geekinterview ...
how do you know when you have enough test cases to adequately test a software module?
Latest Answer: we can find only with the help of Traceability matrix ...
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: To judge where we have to undergo testing and who willbe doing and what are all the environment requirements it should have ...
What is the basis on which you can check a text box in a web page or application?
Latest Answer: 1.check for tab validation2.check it accepts alphabets3.check it accepts specialcharacters4.check it accepts numbers5.Check for maximum criteria 6.Check for Entervalidation ...
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: 1.Check whether it can be selected2.check whether it can be unselected3.Check whether all the items can be selected4.Check whether it cannot accept for none other is selected ...
How to write scope for ATM Machine
Latest Answer: Test Cases For ATM in Bank 1. Check Whether ATM is accepting your inserted card 2. Check whether ATM displays to Welcome screen when the card is valid 3. Check whether ATM is displays any 3 language and ask user to select it 4. Check whether the ATM accepts ...
How will you write test cases for a code currently under development? Describe the last project scenario and generate test cases for it
Latest Answer: hello sir don`t confuse with the test case for the code it will be not checked by us it will be done only by the developerswe will be doing only the front end of the application not of the inner core of the project ...
Latest Answer: 1.Check whether 2 switches are present 2.Check it can be accessible from both swithces3.Check whether the switches are present on 2 ends are working4.Check whether the switch present in the front end is switched on the light isglowing if the other ...
Verify the insert order functionality of flight reservation by validating the "FLIGHTS" button should be enabled after entering "FLIGHT2" . Please provide test cases for this
Latest Answer: 1.Enter destination value and check flights button is enabled2.Without entering destination value check flight button is disabled3.Change the destination and check whether the flights button is enabled or disabled according to business rules.4.Change ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top