How to insert snapshot during manual scripting in QTP?
Answer Posted / prathyusha
We can use capturebitmap for this two inputs are there one is filetype means need to give path and type of image like png or bmp ("Ex:Login.png") and rest is true or false. true means if image is there with same name it will overwrite if not it creates the name which we have given..By default true is there.
Browser().page().capturebitmap("G:Login.png",true)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is the scope of a constant declared using public?
How will you get the octal value of the given number in vbscript?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Explain about tristate constants?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
What is the use of the instr function?
How will you get a string with the specified character the specified number of times in vbscript?
Which keyword is used to declare a variable in the vbscript language?
Explain about the functionality of vb script?
Explain the .wsf files?
How will you convert a string to lower case string using vbscript?
What are class events?
Mention what is the difference between vbscript and vba?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.