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?
Answers were Sorted based on User's Feedback
Answer / moiz
u can do it only in 9.2 version.Since i do not have 9.2
version i cannot tell you the navigation.plz check in 9.2
version.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / guest
Ajreddy,
Thanks for ur answer.Can yuo please tell me where can
I find this QTp-Mercurymicroplayer.Can you provide me any
link to this?
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bfakruddin
I think we need macro,flashplayer addin's to test video's...
qtp supports multimedia of macro,maya,flashplayer etc.,
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default object synchronization timeout in qtp?
Read excel using qtp descriptive programing
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
How to export quicktest professional results to an .xls file?
Hi Guys, In one of my interviews, I was asked to Write a paragaraph explaining how much scripting I did in QTP? I don't know where to start and what to write. So I need your help in writing that.
What is the difference between Systemutil.run and Navigate.
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Describe how Smart Identification is used
What are the different ways to invoke an application using QTP?
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.