QTP Interview Questions
Questions Answers Views Company eMail

can we call a test in another test?

iFocus,

3 4885

I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?

2 8159

one ok button and one text box is there.when i click on ok button in that text box one no. will display from 1 to 100 randomley.if that is not 100 when we click on ok button again ,again another text box ll created with another no. we will continue this till the text box created and displays 100.and when its 100 ok button should disabled. remember thet no will display not seriely ,it displays randomley,and each time new text box will created.

ADP,

6 9677

Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1679

How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?

Motorola,

1 3578

how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..

Mind Tree,

1 4151

How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: Name Uday Kumar Designation Senior Software Engineer for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?

QualiTest,

3 5603

what is the diff between Procedure and function

iFlex,

3 4395

Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first

Symphony,

2 5694

explain abt dyanamic changing object with example?

Wipro,

1893

Can abody explain me Send keys concept

Cap Gemini,

1 7019

what are the difference between qtp8.2 to 9.0 surya

Bally Technologies,

1 4943

What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?

2 3516

Up to how much VB scripting knowledge and what type of VB script knowledge is required for a QTP test engineer for real time to work ?

3 7017

Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?

1 5679


Post New QTP Questions

Un-Answered Questions { QTP }

i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

1596


hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)

1390


How to run a test using quicktest professional?

520


How can you handle exceptions in qtp?

527


Can we Test Welcome Screens and Process Images with QTP

1419






Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?

579


Can any one send me the QTP Basic Coding Samples?

1603


Who uses qtp tool?

568


www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example

1489


Hai anyone please "Explain about Framework in QTP?"

1608


Hi ,Can any one pleas explain how to test splash objects using QTP?

1892


What are the different attributes used with regular expression?

538


what are the utilities and drivers

1832


What is a recovery scenario?

562


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2408