waht is the difference between QTP 8.2 and 9.0 version
Answer Posted / laxman
divya your answer is wrong, if u know correct answer u send
other wise dont send.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When ‘option explicit’ keyword is used in qtp?
Can any body please tell me the steps of keyword driven framework of QTP.
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 ate the Technologies supported by QTP?
what you mean by artifact,milestone...
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?)
What do you to script when objects are removed from application?
Explain the check points in quicktest professional?
What is quicktest professional (qtp)?
What is the difference between the design-time and run-time data tables?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Both static and dynamic arrays are handled by the vb script. Is it true?
why text area checkpoints cannot used for web applications
What is the pros and cons between QTP and Rational Robot
QTP script is not working on other's machine..