Hi! My OTP script has several bitmap checkpoints included
which I check in the test results xml file. The test is for
SAP 4.7. I need to save these bitmaps to files or at least
export them to the html file using the export function in
the test results viewer. Could you please help me with this
problem?
Thank you in advance!
Best regards, Peter
No Answer is Posted For this Question
Be the First to Post Answer
what is Compile Module in QTP? what exactly it contains Functions or Actions?
How can you close the second opened browser?
Diff b/w Health care domain and Banking Domain?
diff between wr and qtp in detail.
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
What is keyword driven framework?
Which functionalities of QTP used in banking project?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.