Is it Winrunner supports All web based applications?If
supports how extention?
Answers were Sorted based on User's Feedback
Answer / sateesh_t7101@yahoo.co.in
i thkink 8.2 supports xml also
if wrong plz
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shyam
hi 2 all
WinRunner 8.0 supports all web based applications(including
.net)
| Is This Answer Correct ? | 1 Yes | 0 No |
Let us assume there is a web-table, In this web table we have no.of Rows and Coloumns , in a Row/Coloumn(like 3*2 i.e 3rd row 2nd coloumn)is a weblist , in this web list we have almost 6links , then we click anylink a new window will activated! How can we write the script for ?? in QTP
How to Import(insert) data from an excel sheet to Database(table).
What is the usage of Test case Design Techniques,in Integration/System Testing?
what is mean block box and white box testing. pls give exact example in the question
Testing work start at once
How do I use function File_Printf() to output a Space and a New Line? Thx.
which TSl statement is used in winrunner to stop the Run
How to remove the data driven wizard from the script?
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.
What is T_Exit and T_return?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?