How to check and display a particular word from a paragraph?
strParagraph="There are subtle differences between these methods. The CreateTextFile is used to create a file and a
TextStream object. This method can optionally overwrite an existing object. The OpenTextFile opens an
existing file and returns a TextStream object, but can optionally create the filename if it does not exist. The
OpenAsTextStream object opens an existing file and returns a TextStream object."
str="opens"
if Instr(strParagraph,str)>0 then
msgbox "The particular word found from the paragraph"
msgbox str
else
msgbox "particular word not found from the paragraph"
end If
| Is This Answer Correct ? | 1 Yes | 0 No |
In QTP what is the difference between Step-in, Step-out, Step-over ?
str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer
When it be decided to go for either Per - Action or Shared?
Explain xml checkpoints.
Can u explain about QTP framework
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
What is Automation frame work.How we will prepare in real time.
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
what is On Error Resume Next ?