Basically why we need testing?
Answers were Sorted based on User's Feedback
Answer / gowthami c
Testing is to ensure that our product meets the customer
requirements and as expected.Hence we get customersatisfaction.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / heena ansari
Testing is an essential part of software development to build up progressively safety net.It is a key to the creation of a moderately stable product.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prince bhardwaj
Testing is important because it performs the following
tasks:
 Detects errors in a software product
 Verifies that a software product conforms to its
requirements
 Establishes confidence that a program or system
does what it is supposed to do
 Evaluates an attribute or capability of a software
product and determines that it meets the required results
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / rakesh
We can only minimize the risk of shipping the product to
client with testing done .
| Is This Answer Correct ? | 4 Yes | 16 No |
What type of problems one will face with QTP , if too many browsers are opened at a time?
What is descriptive Programming in qtp.
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
Explain about the quicktest professional (qtp) automation object model?
what is the difference between the modular framework and datadriven frame work
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
what is the structure for the data driven framework
For Regression testing already written test cases are sufficient?
What is throw object?
Sql questions to find second max salary and how to use joins
How can i open a file in Textpad and replace a string with another using QTP