Hi,
I am new to QTP testing and was exploring the frameworks
used for automation. I wanted help in writing various
scripts and files for keyword driven automation like
1. Control File
2. Test Case File
3. Startup Script
4. Driver Script
5. Utility Script
. etc
It would be great if someone can give help in this context
... Thanks
No Answer is Posted For this Question
Be the First to Post Answer
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
what is exacltly TIERS ?
What is the difference between call to existing action and copy of an action?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
what is the abbrivation of .mtr in action reposirtory?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
can we call runaction in the funcion
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
How to invoke QTP using Dos prompt ?
This is Ajay i have few douts if anybody know pls give me reply. 1. i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording