Submitted Questions

  • what are add-ins why they are needed ?when should i select active x add-in ?

    thirumalreddy

    • Jan 8th, 2007

    add-ins are used to store library files of corresponding applications.if u working on web application u have to select web add insbefore entering into qtp u will get add-in manager dialogbox,in that u have to select corresponding add-ins

  • what is meant by test frame

    Anupama

    • Feb 22nd, 2007

    Framework is nothing but Here we create a folder structure for reuasable perpose.We are creating the scripts and stroes it in one folder. In future we need we use that folders.Here in QTP we have 3 fr...

    romi

    • Feb 9th, 2007

    Hi, Test frame is a test methodology. Here we can add test data to test clusters and we can execute those in QTP or other tools to automate.

  • is it possible to compare the actual result with the database using QTP

    Lokesh Tewathia

    • Jan 31st, 2007

    This code can be used for DB connectivity and verification of data from DBSet Conn=CreateObject("ADODB.Connection") Set rs =CreateObject("ADODB.Recordset")conn.open= "DSN=;UID=;PWD=;DATABASE=" ...

    ankush

    • Jan 29th, 2007

    Hi neeraj, Lets suppose that I am entering a value in a textbox and after clicking Ok I want to check that whether that Value has been inserted in that textbox or not then.. what you suggest that shou...

  • why QTP is becoming more popular tool compared to other tools ?

    santoshsunkoji

    • Jan 9th, 2007

    Hi,QTP is becoming more popular tool compared to other tools because QTP supports all type of technologies and it mainly used for functional testing of window based and webbased applications,and it is an object based language,QTP generates the script in VBscript,

    Nadeem Sharifuddin

    • Jan 2nd, 2007

    QTP is a better tool for management , it has Keyword view for managers information and expert view for expert tester.VB Script is used in QTP, which is easy and nearer to normal english language and e...

  • What are the different ways of parameterising in QTP ?

    honey

    • Jan 4th, 2007

    There are six different types of parameterization1. Data Table2. Environment variabls3. Random Number4. Action Table5. Through flats files6. Through Excel sheet

    anjalireddy

    • Jan 3rd, 2007

    There are four types of parameters: Test, action or component parameters enable you to use values passed from your test or component, or values from other actions in your test. Data Table parameters e...