If the letters of the word ?rachit? are arranged in all possible ways and these words are written out as in a dictionary, what is the rank of the word ?rachit?. (a) 485 (b) 480 (c) 478 (d) 481
8 39453Post New Virtusa Interview Questions
Hello! My annual salary is @ Rs.6,00,000/-. What would be the TDS applicable for me per annum/per month. I am also contributing to EPF @ Rs.9360/-.
Benefits of process information page ?
I have motor 1500 HP and , 4160 V , 60 HZ , then i need the rating of transformer which can feed that motor ??
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 is request.xhr?
What is getters and setters in typescript?
How do you describe xml data?
Explain what is time?
How to copy table across clients?
What are the types of control system?
What is application pools in iis?
What is quality stage?
Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
What is one way to insert an equation?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()