What is the diff between image and bitmap check point?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Features & Benefits of Quick Test Pro (QTP)..?
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
What is the difference between run time object and test object in QTP?
How will you handle java tree in qtp?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
Why we are selecting QTP for testing ?
give me the code for check point for validating application
What are the types of Object Repositories in QTP?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
What are the different types of action?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
how do you invoke the application through QTP?