I want to install qtp software in my system, My operating
system is vista . Anybody please suggest me how to get QTP
software with licence key
Answers were Sorted based on User's Feedback
Answer / venu
instALL XP IN OUR SYSTEM AND INSTALL QTP , VISTA WILL ALSO
SUPPORT BUT BEST IS XP. IF U WANT QTP SOFTWARE IT WILL BE
AVAILABLE IN ANY INSTITUE IN AMEERPET
| Is This Answer Correct ? | 1 Yes | 0 No |
Installation is same in both XP and Vista. If you want the
installation guide than you can download it from the site
http://www.stestuff.com/qtp-installation-step-by-step-guide-
with-screen-shots/
And about the license i dont think you will get the license
key until you purchase the original QTP version or else you
can install the Trial version of 30 days.
| Is This Answer Correct ? | 0 Yes | 1 No |
i am giving.multiple names like ram,raj,san etc....pls enter & search these names in google pade edit box through script... i told to interviewer, using Ms excel & test easily..but interviwer not happy with that answer?
How to map Test cases to the script? Please do anwser urgently?Thanks
How will you handle java tree in qtp?
how will we run batch tests in qtp what is the process to run the multiple test sets?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
what are the different kinds of frameworks in automation?
What is Test Fusion Report in QTP?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
How to check bitmap output value?
what is stlc and its contents?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
What scripting language QTP of?