can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
2 7393Post New iGate IBM MainFrame AllOther Interview Questions
What is the default session timeout duration and how can it be set?
Is it possible to use or add a fragment without using a user interface in Android?
What are 4 types of operating systems?
Can I use two different themes in wordpress?
Do you know about the storage class in s3?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
What are the database objects?
what is Restful Resource Controllers ?
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)
which date functions advances a date time or date/time value by a given interval? : Sas programming
Explain the features of stand alone (local) mode?
What is the difference between routermodule.forroot() vs routermodule.forchild()? Why is it important?
Describe javascript and vbscript.
what are the disadvantages of cursors? : Sql server database administration
Can we call an analytic view or calculation view inside another calculation view?