In qtp what type of data tables are used , name and list
out them
Answer / uday
1. Design time data table
2. Run time data table.
Design time data table is one displayed in datatable pane.
During script execution, if you write any data in the data
table, that data will be written in run-time data table,
which is displayed in Test results.
| Is This Answer Correct ? | 11 Yes | 1 No |
how can i pass a "cript"as a parameter in to a function
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
How to Set the Global Sync Timeouts in QTP?
what are the different data driven types?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
What are the points to be taken into consideration while doing desktop testing?
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
How you can find the absolute value of the number in qtp?
what is the extension of new local object repository?
What is the advantage of associating a procedure with a test object?
What are default add-ins in qtp?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?