How to test background color and dynamic images which are
moving during runtime?
Answer Posted / manu
background color you can test with bitmap checkpoints, but
moving image you gotta go for multimedia addin...
let me know if you need details..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Name the different types of recording modes?
Is it possible to change the values of analog recording?
How many ways is to parameterize the value?
Explain how Does Run time data (Parameterization) is handled in QTP?
Define virtual object?
Explain calling sub procedure.
How to run a test using quicktest professional (qtp)?
How you can find the absolute value of the number in qtp?
What is the file extension of the code file and object repository file in QTP?
what is error and fault in terms of software quality?
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.
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How may types of defects identify application or your currently working application?pls give me answer..
How many types of trigger events are there in qtp?