hariharan arunachalam


{ City } houston
< Country > usa
* Profession * system analyst
User No # 115414
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { hariharan arunachalam }
Questions Answers Category Views Company eMail




Answers / { hariharan arunachalam }

Question { 5257 }

datatable.Import("E:\Programming Samples\QTP
Samples\OrderNumbers.xls")

Asume we have 4 records in datatable
Code reads the 4 rows in the sheet ok, but does it 5 times?
It doesn't sound like closing the datasheet is the problem

Can we close the datasheet runtime ?


Answer

Because the iteration counts needs to be set "run one iteration only" under run settings. If you have set it to "run on all rows". It will loop the run based on no of rows available.

Is This Answer Correct ?    0 Yes 0 No

Question { CTS, 4932 }

How to find which type of Framework is suitable for which
type of application?


Answer

Applications which has minimal amount of GUI and large volume of data's that has to be flow across different interfaces can use Data driven framework. For example OFFLINE applications, which is built up with 3 tier architecture.

Application with multiple GUI interfaces can use Keyword driven framework. As functions/actions drive based on keyword and re usability of scripts is main theme of Keyword driven.

Is This Answer Correct ?    0 Yes 0 No