How do u write script in qtp? where do u write?
Answers were Sorted based on User's Feedback
Answer / sreekanth
In QTP we can develop the script in following ways :
1. By Using Standard Recording :Here script will be
Automaticaly Generated as per the recording.
2.Manually writing the Script:
for above two ways script will be written in the
Expert view of the Test Pane of Quick Test Window.
3. Using Library Files(.vbs):
In.vbs files also we can write the script & then we can
associate that files to a particular test if needed.
Mostly we are going to develop the scripts in expert view
by using 1 or 2 itself.
| Is This Answer Correct ? | 6 Yes | 0 No |
How to retrieve the property of an object in QTP?
How to handle the exceptions using recovery scenario manager in QTP?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
what are build and version plz explain why nomber changes in build and version?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
how to get no.of non empty rows in a excel sheet through vb-script
what are the different types of framesworks in QTP?what is the keyword driven framework?
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
what testing activities u may want to automate?
any challange that faced in your project? (please give me some examples in your project?
what is keyword driven framework in qtp.