How to handle dynamic objects in QTP?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSQTP has a unique feature called Smart Object Identification/recognition. QTP generally identifies an object by matching its test object and run time object properties. QTP may fail to recognise the dynamic objects whose properties change during run time. Hence it has an option of enabling Smart Identification, wherein it can identify the objects even if their properties changes during run time.
How many types of Actions are there in QTP?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSnon-reusable action-an action that can be called only in the test with which it is stored, and can be called only once. reusable action-an action that can be called multiple times by the test with which it is stored (the local test) as well as by other tests. external action-a reusable action stored with another test. External actions are read-only in the calling test, but you can choose to use a local, editable copy of the Data Table information for the external action.
how you will do cookie testing using QTP?
QTP FAQ - Page 6can anybody tell me the purpose of output checkpoints in QTP. how u r testing the text data through text checkpoints. how u r testing text data in the webpage through parameterization. my application is web based application. my requirement is i am retriving the data from the database to webpage. i put text checkpoint on the text, but problem is the parameterization. can anybody help me with code. i will appreciate if anybody can say Hi Friends i have one question i.
How to change version control in QTP?
QTP FAQDifference between library files and reusable functions in QTP? What is the purpose of each? Explain...
How QTP recognizes Objects in AUT?
My Journey: QTP FaqsQuickTest stores the definitions for application objects in a file called the Object Repository. As you record your test, QuickTest will add an entry for each item you interact with. Each Object Repository entry will be identified by a logical name (determined automatically by QuickTest), and will contain a set of properties (type, name, etc) that uniquely identify each object.
What scripting language is QTP of?
My Journey: QTP FaqsYou can check an area of a Web page or application as a bitmap. While creating a test or component, you specify the area you want to check by selecting an object. You can check an entire object or any area within an object. QuickTest captures the specified object as a bitmap, and inserts a checkpoint in the test or component. You can also choose to save only the selected area of the object with your test or component in order to save disk space.
How to execute a WinRunner Script in QTP?
My Journey: QTP FaqsAns : (a) TSLTest.RunTest TestPath, TestSet [, Parameters ] --> Used in QTP 6.0 used for backward compatibility Parameters : The test set within Quality Center, in which test runs are stored. Note that this argument is relevant only when working with a test in a Quality Center project. When the test is not saved in Quality Center, this parameter is ignored.
What are the types of Exceptions in QTP?
Complete Software Engineering: QA vs. TestingPlease give me some info about SQL queries.Are these important in testing.Give me some Web address where i can find out some details. SQL is a language that provides an interface to relational database systems. For a tester , it is good to have SQl knowledge to some extent. U can find lot of SQL tutorials when u search in google.
what is the use of Text output value in Qtp?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSOutput values enable to view the values that the application talkes during run time.When paramaterised, the values change for each iteration.Thus by creating output values, we can capture the values that the application takes for each run and output them to the data table.
How to establish the database connection using QTP?
QTP FAQAbout Us | Privacy Policy | Contact | Site Map | Add Question | Propose Category | RSS Feeds | Articles Sitemap | Partner Links | Site Updates | Add Resource
How to "Turn Off" QTP results after running a Script?
My Journey: QTP FaqsAns : Goto "Tools > Options > Run Tab" and Deselect "View results when run session ends". But this supresses only the result window, but a og will be created and can viewed manulaly which cannot be restricted from getting created.
How to handle the exceptions using recovery secnario manager in Qtp?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSYou can instruct QTP to recover unexpected events or errors that occured in your testing environment during test run. Recovery scenario manager provides a wizard that guides you through the defining recovery scenario. Recovery scenario has three steps
How to use the Object spy in QTP 8.0 version?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSthe pointer now changes in to a hand symbol and we have to point out the object to spy the state of the object if at all the object is not visible..or window is minimised then Hold the Ctrl button and activate the required window to and release the Ctrl button.
Explain the concept of object repository & how QTP recognises objects?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSObject Repository: displays a tree of all objects in the current component or in the current action or entire test( depending on the object repository mode you selected). we can view or modify the test object description of any test object in the repository or to add new objects to the repository. Quicktest learns the default property values and determines in which test object class it fits.
What are the different scripting languages you could use when working with QTP ?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSEssentially all configuration and run functionality provided via the QuickTest interface is in some way represented in the QuickTest automation object model via objects, methods, and properties.
How does Parameterization and Data-Driving relate to each other in QTP?
Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMSTo datadrive we have to parameterize.i.e. we have to make the constant value as parameter, so that in each iteraration(cycle) it takes a value that is supplied in run-time datatable. Through parameterization only we can drive a transaction(action) with different sets of data. You know running the script with the same set of data several times is not suggestable, & it's also of no use.
What is QTP script to find whether perticular city in weblist in web page or not?
QTP FAQI have 100 labels and other text in the application. I want to verify their names( text) in diffrent...
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
My Journey: QTP FaqsAns : You can use Test Batch Runner to run several tests in succession. The results for each test are stored in their default location. Using Test Batch Runner, you can set up a list of tests and save the list as an .mtb file, so that you can easily run the same batch of tests again, at another time. You can also choose to include or exclude a test in your batch list from running during a batch run
