CAn anybody tell me how can I use QTP to capture any video
in my application?I want to see the video file opened in my
application after the tests are completed in tests
results.Can anybody help me?
Answer Posted / ajreddy
start-QTp-Mercurymicroplayer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Does quicktest professional is unicode compatible?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
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 any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Can you write a script to check if the folder exists or not?
What is the pros and cons between QTP and Rational Robot
what is defenetion of kiran can u tell me plz CVS, SVN
What is the file extension of the code file and object repository file in QTP?
What is the keyword view and expert view in qtp?
How the smart identification is used in real time?Please explain with an example
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Explain measuring transaction.
what frame work you are following?