plz tel me what is the differnce between QC & QTP?
Answer Posted / gani
qtp is the process to build the application only on u r pc but qc like total process stored in qc and also u upload the new version that means abdate version as well as old version also available any one can take any data for the deployed build that is u need the coding if u get the coding on the qc at time tester,designer,end user can take the used data
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
How to do call a output parameter from one action to another action??/
What is an optional step in qtp ?
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?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
We stored into the objects OR and then write the scripting
Explain the terms test and business component?
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
Can you write a script to check if the folder exists or not?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Is it possible to merge two object repository files in qtp?
What is the new version of qtp which is recently released in the market?
Write a script to verify font style and color of a windows object using descriptive programming
How u will do versioning in QTP?