Interview Questions - 4 - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Interview Questions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Interview-Questions) +--- Thread: Interview Questions - 4 (/Thread-Interview-Questions-4) |
Interview Questions - 4 - supputuri - 06-04-2012 Hi Friends, I want to post Interview Questions every day. So that the people who are under trails can get familiarize with the QTP and it's related questions. So here are the questions for today...... '******************************************************** 1) what is the method that will convert a comma separated array to comma separated string? 2) What is OTA? How it will be useful in QTP? 3) How you will capture the run-time property vales for a windows based application using spy? 4) What is dictionary object and it's useful in QTP? 5) Have ever registered any function? If Yes, how we will do it? ********************************************************* RE: Interview Questions - 4 - techshashankqtp - 07-08-2013 Answer for Question 1: Code: Dim TestItem OTA is the QC/TD API that can be used very effectively to work with Quality Center ot Test Director. Below are some simple example usages of OTA. For more info, refer the OTA doc that comes along with QC/TD. Searching the support site and sqa forums will also give valuable inputs. 1. Adding a Manual Test case through QTP The below code can be used to create a manual test case into QC, provided QTP is already connected to QC. Code: Dim td 'As New TDConnection |