What are the differences between quicktest professional (qtp) and winrunner?
No Answer is Posted For this Question
Be the First to Post Answer
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
If you are testing a web application then what will you test in that application?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
what do u mean by test harnesses in qtp?
What are the advantages of a Hybrid framework?
what are the difference between qtp8.2 to 9.0 surya
Hi all. Could anyone tell me the difference between an Action and a Function in QTP. Thanks in advance and Merry Christmas.
What issues come up in test automation, and how do you manage them?
What is the entry and exit point of automation testing
please send detail navigation for merging of object ripositories in QTP 8.2
3 Answers Infosys, Ordain Solutions,
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