Please clarify Automation and QTP both(names) are same or
diff?
Answer / saritha
Automation testing which is also known as Test Automation, is when the tester writes scripts and uses another software to test the software. This process involves automation of a manual process. Automation Testing is used to re-run the test scenarios that were performed manually, quickly and repeatedly.we are having different types of Automation tools to automate the scripts.
for eg:
1) QTP Automation Tool( For Regression testing, Data Driven Testing and Functional Testing)
2)LoadRunner(For Performance testing)
Is This Answer Correct ? | 0 Yes | 0 No |
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
What is the differences between image check point and bit map check point?
the develeper not accepter your defect what status is that ?
What are the differences between quicktest professional (qtp) and winrunner?
Hai Guys, can anybody show me how to write automaed test cases using VB scprit(examples)...i had an interviw soon...please guyz send as quickly as possible
What are the different types of recording modes in qtp? Which will be used when?
What are benefits of qtp?
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
I have 14 itmes in a drop down that are associated with an account And these items change with different accounts I want to be able to define it by and index number or any other id so if I enter 2 in my Global excel sheet it selects the 2nd item from the drop down - is this possible?
write a script to close all open browser in qtp except one browser whose name is xyz
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function