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 |
desribe a situation where u faced a stressful situation and how did u cope with it
What type of framework you are using in your company and explain it?
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What is User defined function in QTP
what is meant by Implicit and explicit requirements?
What is qtpro? What is quick test pro?
Please explain me frameworks & how to generate the scripts in framework
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
I am new with QTP. Is anybody could tell me where I can find a good tutorial with lots of samples?
In Remote acess server how u run a test?
will QTP 9.2 run successfully on Linux(gui) operating system