What is the real use of different actions in QTP

Answer Posted / maruthi

Hi..take a simple example.
Test1:has a scenario like this
a)login
b)compose a mail
c)logoff

and Test 2: has a scenario like
a)login
b)delete a selected mail
c)log-off

so if u create login as one action and log-off as another
action in Test 1 then these two actions can be used in Test
2 instead of creating two actions again.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to analyzing test results using quicktest professional?

563


how to convert 100 into hundred repees only and viceversa

1447


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

580


hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)

1397


how to write xml output check point bu useing descriptive programing .means without useing output check point

1650






Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

557


Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)

1735


How can you send user defined messages to test report?

579


What are the 3 main stages involved in testing with qtp?

555


What environment does qtp run in?

615


What the differences are and best practical application of Object Repository?

583


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)

1408


What is the default add-ins in qtp?

552


What is the latest version of qtp?

579


Explain building blocks of the bpt framework ?

555