Answer Posted / raghu
We can start writing test cases by..
Installation testing
Functionality testing
usability testing
End to End testing
Security Testing
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the branch coverage testing?
Do you write test plan and test case?
Positive and Negative test cases for the speedometer?(minimum 5 each)
Explain the unit testing?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
Explain the format of a requirement traceability
What is component testing?
Explain the static testing?
How to generate test cases for 'replace a string' method?
What are the Test Cases Comes under Regression Suite?
In a log in page what will be test procedure, test scenario, test description & test steps?
How to test a stored procedure?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.