How To Export The Screen Shoots Along With The Test Reports
In QTP Version 10?
Thanks In Advance
SenthilKumar
Answer / reddy prasad
using data table methods
datatable.exportsheet "path",sourceid,desid
to export screen shots by using capture bitmap
objecthierarchy.capturebitmap "path to store"
| Is This Answer Correct ? | 0 Yes | 1 No |
write code to read and write data from file?
How to parameterize Object Repository?
How would you directly trigger javascript in a test?
How u call functions in QTP
what r the main attributes of test automation?
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain how Selenium is different from UFT?
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
1. What is diffrence between Analog Recording And Lomlevel Recording ?
How to set the function parameters as optional. Pls anybody can give the answer.. Thanks in advance...