what does it mean when a check point is in red color? what
do u do?
Answer Posted / punkhuri singh
A red color indicates failure. Here we analyze the the cause for failure whether it is a Script Issue or Envronment Issue or a Application issue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the trigger events in qtp?
What is clean sweep?
How to release all resources file from the QTP?
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)
can any body give the banking domain concepts/links
What are main panes available in qtp test browser?
How to record a qtp script ?
What is difference between design time and run time data table?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
What phases are involved in testing an application in qtp?
what is output value in QTP and how it can be used in automation testing
What is the file extension of the code file and object repository file in QTP?
How to use setroproperty?
How to break the object spy ?
Explain qtp(quick test professional)?