WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answers were Sorted based on User's Feedback
Answer / rajesh
Test strategy:i hope that brief version of your test cases
Test plan:this is one of the document in your testing
process contains testing envinornment,s/w&h/w
requriements,test data cration etc.
| Is This Answer Correct ? | 4 Yes | 68 No |
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is the Automation Process followed in your company?
How to find the length of the string in qtp?
What is the difference between the keyword view and expert view?
How do Parameterization and Data-Driving relate to each other in QTP?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
What is API
diff between qtp versions from 8.5
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is dynamic arrays
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
regular expression