what is the code in QTP to take screen shot? Please send me
any one to my mail id. my mailid is manu.sanepalli@gmail.com
Answer Posted / sojan davis
Desktop.CaptureBitmap ScreenName,True
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to throw an error in vbscript?
What are the naming conventions while declaring a variable in the vbscript language?
Write a Script for ATM in QTP
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
What's the difference between vbscript and vb.net?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
how to acces the remote mechine using vb cript(QTP)
What are string functions in vbscript?
What is event handling in vbscript?
how to set one column as primary key in QTP and fetch values accordingly
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How to declare an array in vbscript?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
What is the output of a + b in vbscript if a = 5 and b = 10?