how to parameterise a test with data base table or excel
sheet?
Answer / neeraja
First get that data into the datatable of QTP and we can
parameterise it three ways
1 Through Keyword view of test pane
2 Through wizard
3 dires\ctly we can write this method
datatable("column name",sheetid)
ex:
datatable("a",1) for global sheet
| Is This Answer Correct ? | 1 Yes | 0 No |
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
I wnnt to learn about QTP Automation Framework,please give URL Address to get more information about AFW.
any one can explain about QTP proocess,means where to start and how to start Scripting.
HOW TO DO THE BATCH TESTING USING QTP?
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
How to export data in excelsheet to qtp without using datatable.
How can I deploye a 'QTP Runtime environment only'
Ehat is the descriptive programing in QTP?
How will you check that your test cases covered all the requirements?
what is keyword driven testing