what techinques do u follow in suring testing?
Answer Posted / yugandhar
while writing the test cases we will follow test type
mapping for each step for the maximum test coverage
SCREEN NAVIGATION
? Login, Logout
? Opening and closing a wizard
SCREEN REPORT/LAYOUT
? Fields in the wizard
? Links in the task pane
DATA DISPLAY FORMATTING
? Chronological order
? Default values
? Default faux tabs
? Mandatory fields ? display in blue and bold
? Domain values
? Columns in list view
? Audit
ERROR HANDLING AND REPORTING
? Message for not entering a mandatory field
? Message for field validation
USABILITY
? Messages for confirmation (Yes/No)
? Tooltip messages
? Fast keys
? Tab order
? Paging selection
DATA AND INPUT VALIDATION
? Entering values for fields
? Enabling / disabling task links based on selection
of a record
DATA COMMIT POINT AND DATA INTEGRITY
? Clicking on Finish
we will make sure all the above test types covered in the
test cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does quality control differ from quality assurance?
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
Do you know anything about Set Top Boxes?
Describe your personal software development process.
write test case for gmail sign up page ?
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
How do you scope,organise and execute a test project.
Diffrence b/w functional testing,functionality testing,system testing?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
What is state transition?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
Explain thread testing.
How do you scope, organize, and execute a test project?
If date field is a text field write test cases to validate it?