What are the different test categories that test cases are commonly grouped by?
Latest Answer: Grouping Tests into Test Categories: You can add an automated test to one or multiple test categories using a test attribute. Each test can belong to multiple test categories. When tests are associated with categories, you can filter the tests in Test ...
How will a test plan be structured for a thick line application?
Latest Answer: I do not understand the term 'Thick line application' - could you please explain that? ...
How would you test the game Minesweeper that is built into Windows?
Latest Answer: 1. Check the environmental check up2. Check the installation checking.3. Check the compatability with different windows version4. Ensure the Gaming application meets the GUI Standard5. Ensure that the application contains the Help feature (how to install, ...
How would you check that there are an odd number of lines in a given file? What if there was a folder of many files to check?
Latest Answer: We should use some scripting languages like VBScript,Javascript or perl to do this analysis.The algorithm will go like this,1. Open file.2. Count number of lines (upto end of file, check n character, something like this or using any built in function)3.Divide ...
How can we calculate minimum number of expected testcases for a product?
Latest Answer: You can calculate minimum number of test cases based on the Requirement Specification. Functionality details, validations for input, mandatory fields entry, validations for command buttons, while loading the functionality/screen what required, the ...
How do we test web services? Internal and External?
While testing XML file, what are the areas we do consider?
Latest Answer: XML testing is more of white box. Only developers and white box testers have more command in testing xml files.But as a black box tester, we can findIF AUT is purely web, then we can check the compatibility of xml related data in different browsers, operating ...
What does SOAP testing consists of? How is it related to XML testing?
Latest Answer: SOAP (Simple Object Access Protocol) is a protocol specification for
exchanging structured information in the implementation of Web Services in
computer networks.
Basically all web service request and response comes under this category i.e.
uses ...
What is Live Analysis Graph in QC?
What is Requirement Tree?
Latest Answer: - In Requirement Tab we can add the requirements- we can add the child requirements to the parent requirement- we can map the requirements to the test cases. (to get to know the coverage of the test cases w.r.t requirements)- we can map the same requirements ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top