write a test script in QTP to test the text that written in
an image(i.e jpg)of a web page???
No Answer is Posted For this Question
Be the First to Post Answer
At a time how many users can access QTP?
What is the Diff between Image check-point and Bit map Check point?
Explain measuring transaction.
What is the concept of hooking in QTP?
Explain the check points in quicktest professional?
How you are developing the script? Using record and play back or manual?
difference Between Call Run action and copy of action?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
what is defination of intergration testing?
write a regular expression pattern for xyz?123?
How will you check that your test cases covered all the requirements?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next