I am new to automation testing.I am learning QTP 9.2.my
question is how to install the defferent addins(other than
Default Addins) is there any defference in QTP after
installing the Addins.where we can get the addins?
No Answer is Posted For this Question
Be the First to Post Answer
what is life cycle of automation testing ?
suppose i can done the project in automation tool with QTP in that time what i can say?
How to explain a banking project in interview as a test engineer???
How to record application running on the Virtual machine?
Explain how you can find the absolute value of the number in qtp?
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
what is the difference between seat and concerent licenses.
What is Parameterizing Tests?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
How to create frame work for qtp?
1 Answers Bank Of America, Polaris,
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