what is the present location of nageshwara rao's institute
in hydrabad along with institute phone no. and name of
institute.He has shifted from S.R Nagar.
Answer Posted / karunakar
Hi friend,
Nageshwar Rao institute has been closed
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is smart identification in QTP?
How do you create regression test packs?
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)
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What are the different types of recovery operation?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
what the difference between shared repository and per action repository?
How to carry out bit map check points in QTP
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
What are the types of environment variables in qtp?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
what is error and fault in terms of software quality?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How will you declare a variable in qtp?