Answer Posted / ajk
Domain testing is the most frequently described test
technique. Some authors write only about domain testing when
they write about test design. The basic notion is that you
take the huge space of possible tests of an individual
variable and subdivide it into subsets that are (in some
way) equivalent. Then you test a representative from each
subset.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Explain the glass box testing?
How many test cases u will write for Acceptance testing?
Explain which test cases are written first black boxes or white boxes?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Explain the concept of semi-random test cases?
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 a test cases for courier offices?
Elaborate test plan and content availability in test plan.
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
What are the test cases for mouse?
Can some body help to write possible test cases for a credit card at POS (point of sale)
Sample test cases for data conversion(Utility billing system)
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Explain the smoke 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