What is QTP and the use of QTP in TD?
No Answer is Posted For this Question
Be the First to Post Answer
How many ways we can parameterize data in QTP?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Can you brief the hurdles you faced during Automation testing?
How do you convert manual test cases to automated test cases?
What is the use of breakpoint in qtp?
can i compare two databases using QTP ?
How to export data present in Datatable to an ".xls" file?
What are the QTP advantages and disadvantages?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
how can I read text in browser and export the same into text file?