When we parameterise some field ex. Textbox is there any
way that we can generate a specefic number of random values
(For alphabetical values if possible) instead of manually
entering values in the data table
Answer Posted / gowri
.**a-z
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Can we write winrunner language i.e TSL in QTP tool?
How many types of recording modes are there?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Explain the Different types of QTP test assets and their extensions?
What is Test Fusion Report in QTP?
How many types of recording facility are available in quicktest professional (qtp)?
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?
What is data driver in qtp? Where we use it?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Describe function procedure in vbscript.
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)
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How to replay a script in qtp?
What are the different types of action?