How did u write macros?What is the main importance of
VB macros in testing environment?
Answer / sreeprasad
A macro is a series of commands that any tool or application
(VB, Editors, Textpad etc) executes automatically. You
create a macro by recording it or writing it yourself. When
you "play back" or run a macro, it repeats the actions you
performed while the Macro recorder was on.
In testing before running actually the scripts or manual
runs, we need to do some initial activities, opening the
QTP/any tool, selecting tests, sheduling them, running
them. All these activities we can record thru macro's and
can run them, to reduce mnual efort and realibility.
| Is This Answer Correct ? | 5 Yes | 1 No |
What is an environment variable?
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
How many types of status are there?
In qtp what type of data tables are used , name and list out them
how can we test load time of an page in webtesting?
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
How can you delete the results file (XML)
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
What is QuickTest Automation Object Model? Where we can use AOM?