What is an Accessibility Check Point? What does it do?
Latest Answer: Accessibility Checkpoint recognizes the areas of your Web Site that may not conform to the World Wide Consortium(W3C) Web Content Accessibility guidelines. For example, check if the images on the web page include ALT properties, required by the W3C Web ...
How to Test HTTP Interface that has dynamic Javascript Components using Quick Test Professional
How to test Login module with different username and password by using Data Driven testing in QTP.
How to write descriptive programming for getting value from Combo for QTP 10.0?
Latest Answer: For every combo box there is a method "Getcontent" which you can use to get the values of the drop box. For e.gmsgbox Window("Flight Reservation").WinComboBox("Fly From:").GetContentIn this example of classic Flight Reservation ...
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 ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top