What is Reusable component is QTP...Anybody can answer
it..Thanks in advance...
Answer Posted / surendra
Thanks for giving your valuable information Nataraj.You
mentioned that "components can be used whenever it is
required through quality center". You mean to say that
components can be created in quality center or in QTP. If
it is created in Quality center, can you tell me the
process how to use the components. What is the use of using
components through Quality Center instead of creating the
actions in QTP. Can you explain little bit elaborately.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When you open QTP, how many sheets you can see?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
How to find array size in qtp?
What are the main differences of qtp and win runner?
what is keyword driven testing in qtp?n how is it useful?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
what type of automation is follwed in the project?
How to run a test using quicktest professional?
What is the basic concept of quicktest professional (qtp)?
What are the recording modes in qtp?
whow much strong on VB and C?
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 is qtpro? What is quick test pro? What is a quick test professional?