For Regression testing already written test cases are
sufficient?
Answer Posted / sailaja
It depends on the application . If the new functionality is
added to the application we need to write the testcases to
test that functionality. If it is a modification to the
eisisting functioanlity noneed to write the test cases.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
can any one say that where we can download the QTP trail version ??????????
Tell me one scenario, the complex functionality you have automated in your project?
What are the different attribute used with regular expression?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What are the various types of Actions in UFT?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
diff between qtp versions from 8.5
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
In qtp, explain what is keyword driven automation framework?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What are the steps involved in the recovery scenario wizard?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
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)
Explain about the test fusion report of quicktest professional (qtp)?
Define Error Pane of UFT?