what r the 3 basic factor on which we determine
to perform automation
Answer Posted / kushagra
AUTOMAION IS based on
1) automatic testing.
2) coefficent of performance.
3) computersied use in testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is vmodel?advantages and disadvantages of vmodel?
Where you are storing your script?
Give me some real time point of way where exactly we can conduct audits?
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 debugging? How you debug your script?
What is Test Fusion Report in QTP?
What are the views available in quicktest professional (qtp)?
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
How would you export a script from one pc to another in qtp?
explain abt dyanamic changing object with example?
How to release all resources file from the QTP?
Problem with XML checkpoint in QTP ?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Explain in brief about the quicktest professional automation object model?