WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
Answers were Sorted based on User's Feedback
Answer / dipu krishnan
1) The first step you have to do is execute the TC manually
and see if it is possible to be automated.
2) Once this is done just analyse/design how you are going
to automate it (i.e How you are going to input
testdata,check the expected result i.e.Checkpoint)
3) Once this is confirmed go for forward and script the TC.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srikanth
1. Select the Testcases to be automated.
2. Find the dependencys between the Testcases, for Batch
testing.
3. Prepare Testdata
4. Make sure that build would be stable, then start
Automation...
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the points to be taken into consideration while doing desktop testing?
Difference between action & Reusable action?
What is diff betwee datatable.importsheet "path" and datatable.import
what is parameterisation?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
assume i have few url link how will i dynamically call then using descriptive programming?
In real time ,How to run all scripts in QTP? i,e in projects
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
difference Between Call Run action and copy of action?
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
does test plan is in test strategy or test strategy is in test plan.
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp