How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
No Answer is Posted For this Question
Be the First to Post Answer
write a function to read the items from Combobox of Flight Reservation application and save in excel.
How to handle the exceptions using recovery scenario manager in QTP?
how can we group that these test cases only should be automated and in which order you execute that test cases?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
How can you quit from Action.
Pls let me know how to find out creation time and index for the web application in descriptive programming?
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
In where you are keeping or maintaining shared object repository (file)in your appliction?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What are the views available in quicktest professional?
How do you create regression test packs?