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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to do the batch testing in test director using manual testing procedure?

1776


after click on compose mail how can we attached a file in qtp with vbscript code

1609


How to import a test case present in ".xls" file to TD under a Test set?

742


How many ways is to parameterize the value?

615


What are the types of data tables in qtp?

581






Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1515


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1525


tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?

1523


What are the 3 main stages involved in testing with qtp?

555


Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,

1376


How did you resolve conflicts present in Object Repository?

1611


How can you give wait up to 10 seconds in qtp?

586


What is the differences between image check point and bit map check point?

581


How to get Traceability matrix from TD?

668


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

1384