What is Subset Of Regression? When do you test that?
Latest Answer: retesting is subset of regression testing. ...
What is a test coverage matrix?
Latest Answer: Test coverage matrix is a checklist which ensures that the functionality of the given screen(unit) is checked in all possible combinations (positive and negative) which have not been covered in test cases. Test coverage matrix is usually prepared for ...
What are Coverages (Statement, decision, condition, path coverage) How we can use them in Testing?
Latest Answer: Code coverage is a way to measure the level of testing you've performed on your software. Gathering coverage metrics is a straightforward process: instrument your code and run your tests against the instrumented version. This produces data showing ...
How to compare two database tables in back end testing?
Latest Answer: Hi ManjugeekIn database testing we can do many things1. Like checking the functionality2. Query optimising3. Data retreving etcNormally all these are done by quering the database, with appropriate query. There are many queries. To know ...
What are Use Cases? Where are they used?
Latest Answer: It specify the functionality by specifying the behaviour of the system captured as interaction of the user with the system. ...
What is the difference between Server Interface & External Interface?what is Clean Room?What is Cc & BCc?How do we do Cookie Testing ?
Latest Answer: Server interface is nothing but web interface, ie any web application. External interface is windows application like desktop application. Normally we need to carry out web testing for web interface and for external interface need to test on the windows ...
what strategy/method should be used to stop the Defect Leakage and At which stage in SDLC is the best to decide this strategy ?
Latest Answer: Defect Leakage can be categorized as following 1. Requirement coverage leakage2. Inter Cycle Defect leakage3. Software Release1. Requirement coverage leakageThe very impotant aspect of any system to make the system able to give world class service. That ...
How to get properties of objects in runtime?
Latest Answer: We can use Object Spy and learn the properties. If you are good at VBscript, on expert view you can try this. If you need the reference manual check HP website.Retrieving Run-Time Object PropertiesYou can use the Object property to access ...
What is CAPPA?
Latest Answer: Its not CAPPA rather its CAPA (Corrective Actions Preventive Actions)Corrective Actions: If at all the role (person) has commited an repairable mistake then corrective actions are taken care in order to correct that mistakePreventive Actions: if at all ...
Latest Answer: Hi Neeladari,Memory leakage testing depends on the Application(Project). On the basis of system behavour we can test the memory leakge.But as a overview memory leak means when a application run it consumes some memory and when application is terminated ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top