I am executing a batchfile.In one script on one Button i
have inserted a checkpoint.It is in a loop,my checkpoint is
going to fail sometimes.That failed results only I have to
log in a file.How it's possible...pls give the solution for
this?
Answer Posted / pramod mallick
Dim currentStatus
currentStatus = Reporter.Filter
Reporter.Filter = rfEnableErrorsOnly
'2 0 - all , 1 - warning & fail, 2 - failed only, 3 -
'disable all (no status)
--- Here goes the checkpoint
Browser(b).Page(p).Check checkpoint chk1
'Restore the current
Reporter.Filter = currentStatus
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
what is clean sweep?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How you create new action in qtp?
What is the difference between a Function and Action in QTP?
Explain data driven framework?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
If I change the property value at runtime is it effect is object repository?
Explain building blocks of the bpt framework ?
what is keyword driven testing in qtp?n how is it useful?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
unique properties of button,edit box, radio button,check box?
How many tabs are available to view your test in a test pane and what are they?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?