what are the different u notice in betweem QTP version 8.2
and 9.2 and what is new in QTP9.2
Answer Posted / nagapawan
hi,
9.2 we have comments available and syntax.
it is not avilable in 8.2
ok
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
How to create runtime property for an object?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Describe the differences between functions and actions in UFT?
What is the qtp testing process?
Hi,All How to create a link in excel sheet using qtp
How to handle the exceptions using recovery secnario manager in quicktest professional?
Explain how Does Run time data (Parameterization) is handled in 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)
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What are the Test design techniques you uses in ur project?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Problem with XML checkpoint in QTP ?
What are the various types of Actions in UFT?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.