When a requirement is given to u to automate , What is ur
basic approach ?
Answer Posted / santhosh
The basic approach here is to intially check wether there is
possibility for automating the reqiurement?
if yes, then automate it using tools
if no, try to elobarate the need
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Hi Samrat, Thank u very much, what u said it is right.
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How to find Operating system information using QTP script?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How many tabs are available in debug viewer pane?
How to get popup error message.
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How the exception handling can be done using quicktest professional (qtp)?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
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)
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What is regular expression?
what type of automation is follwed in the project?