Which of these are not good candidates for automationa) Applications that business criticalb) Gui based applications involving bitmapsc) Applications with Objects/Functions are used multiple times across
Latest Answer: The first and fourth point could be easily covered through the automation process using any of the functional tool which is compatible with the application to be tested.Regarding the GUI testing of bitmaps it could be easily done using QTP 10.0(Where ...
What does Test comparator tool does:1.Compare expected and actual results.2.Generates data.3.Generate test cases4.None of the above.
Latest Answer: A Test Comparator is a test tool that compares the actual outputs produced by the software under test with the expected outputs for that test case. The answer is 1. Compare expected and actual results. ...
Explain these 3 Techniques With An Example? 1) Equqlent Class Partision 2) Cause-Effect Graph Analysis 3) Error Guessing?
Latest Answer: Equivalence Class Partitioning: This method is used to reduce the number of tests necessary to adequately test something. For example, a text box accepts integers from 0 to 1000. I could run 1001 tests to verify the behavior of each ...
Why it is important to thoroughly retest a defect after it has been reported fixed?How will you do that?
Latest Answer: Defects are re-tested in order to validate they are fixed. A defect report should always include the precise steps to reproduce the issue. Therefore, you would follow these steps and determine whether or not the defect ...
What do you do if the bug that you found is not accepted by the developers and hence saying it is not reproducable?
Latest Answer: 1) I would first re-examine the issue; the developer may be right2) If I can still reproduce it, then I would make sure all my test steps are clear and thorough3) I would verify that my expected and acual results were clear, thorough, and not misleading4) ...
There are 100 test cases and you got a bug at 85th test cases.you reported to developers and developers fixed that bug. When you are doing regression testing, from which test case you will do testing?
Latest Answer: 85th Test cases is to be Retested first and should check the Traceability matrix that what are all the Test case mapped with the 85th Test cases. i.e) Those functionalities covered with the 85th testcases are again to be test for regression. No need to ...
Why is QTP referred to as Unicode compliant?
Latest Answer: QTP is reffered to as Unicode Complaint, because it is not browser compatable. It's only supported by IE Browser. And more over some components are not able to record. ...
Can anyone please tell me , how we use MS SQL server integration services in testing.I would like to get some information about this. thanks in advance.
Hi, I am looking for an open source functional testing tool for Java and .Net applications. Can some one throw some light on this topic?Thanks,Abhi
Latest Answer: Abhi you can use selenium or watier open source automation tools.As per my understanding selenium is much better as it provides record and play back facility and it is coming in different mode. Each mode is having its own capibilty and as per your requirement ...
Consider that you have 2 more days to reach the dead line, already you have done 3 cycle of testing. How do you handle the situation if you have got some bugs after conducting final round of testing?
Latest Answer: It depends on the severity of this bug. if it's critical or very high, dev must fix it and qa must verify it before the final release. if it's high or medium, dev can release the final version but do a patch immediately after the final version. in another ...
View page [1] 2 3 4 5 6 Next >>

Go Top