Key word driven framework
No Answer is Posted For this Question
Be the First to Post Answer
What are the three challenges U faced during automation testing of your application.
What r types of parametarizations?
What are the types of Object Repository’s in 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
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
Which version of QTP is using by companies nowadays?
How would you directly trigger javascript in a test?
What is the exact difference between QTP and RFT ?
What is the difference between functional spec. and Business requirement specification?
Tell about automation object model(Aom) in qtp?
Describe how Smart Identification is used
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)