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 / guest
I am using QTP9.2. It contains screen recorder which
captures the entire screen and con tinuously till the
script is completed.
I don't need this.I just want to capture the video
opened & when this video is closed in application capturing
should stop.Is there any facility by means of which this is
possible? Or if it is possible by scripting...
Can anybody help me to know how can such scripting be
done or can anyone give me the code for same.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
What are the features and benefits of quick test pro (qtp 8.0)?
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
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How to get the particular property value?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How many tabs are available in debug viewer pane?
Hi All, How to Compare two strings character by character in QTP
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is qtpro? What is quick test pro? What is a quick test professional?
how to convert 100 into hundred repees only and viceversa
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Explain different types of action in qtp?
How does quicktest professional (qtp) identifies the object in the application?