What is Ordinal Identification in QTP
Latest Answer: QTP can identify the object when it is uniquely identified using its properties. When objects that have the same values for all properties specified in the mandatory and assistive property lists, QTP fails to
identify the object. To avoid this case, ...
How to fetch data from the specific column in the data grid? How will standard check point help to capture data?
Latest Answer: Standard check point will only verifies the Webtable object property values and is not possible to use check points to verify the cell value from WebTable.Use WebTable object GetCellData method to retrieve the cell value and then use if condition to verify ...
What are Private Functions in QTP? How they can be called from the function library?
Latest Answer: Private functions means which are specific to your application, ex: Login to your app, you can call them in 2 ways1. By using the statement Executefile "c:fucntions.vbs"2. By adding ur function library at the "Test Settings->Resources->Libraries" ...
How to load environment variables during runtime?
Latest Answer: In the runtime to load the environment variables we can use the statementEnvironment.LoadFromFile("C:Atlas.Net.QA2.0ATPFrameWorkCommonEnvironmentVariables.xml") ...
What are the types of Run modes available in QTP
Latest Answer: There are only two types of run modes in QTP.normal mode.fast mode.navigation->Tools->options->run tab.plz correct me if any mistake. ...
What are business component and scripted component? What are the advantages of using business components in QTP instead of scripted components?
Latest Answer: In QTP for business process testing, we will use either Business component or Scripted component.If we select business component option we can record our application task as one component, but we cannot add any coding sequences.On the otherhand if we ...
How to add checkpoints at the time of recording? (Application is on Terminal emulator).
Latest Answer: The page checkpoint checks that the number of links and images in the page when you run your test is the same as when you recorded your test. 1 Locate the page where you want to add a page checkpoint. 2 Create a page checkpoint. Right-click anywhere ...
What is the use of Object Repository in QTP? How to use this Object Repository for testing purpose?
Latest Answer: In QTP object repository has a key role.Object Repository stores all the information of the application screen's/window's objects/fields. In QTP all application fields/objects are categorised into classes as per buttons,labels,windows,combo ...
How to create Text Checkpoint without using Active Screen?
Latest Answer: We can insert a text checkpoint while recording a script in qtp.example suppose i want to insert a text checkpoint for agent name in sample Flight application.follow the steps1)click on record button2)invoke the Flight application 3)Insert the agent name ...
How to add an object in QTP 9.5 object repository?
Latest Answer: There is no change in adding objects to Object Repository in QTP 9.5 and is similar to all verisons even for the latest version 10.0. Procedure:Either you can record the test script and add objects to OR(object repository), or you can use Step generator ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top