WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
Answer Posted / 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 |
Post New Answer View All Answers
How do you open adobe acrobat file in QTP and do some testing on that file ?
how will load the object during runtime?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
how to idetfy which test cases are automated?who will deside that plz tell me
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is Test Fusion Report in QTP?
What is the difference between Keyword Driven test and Data Driven test?
What are the types of object repository in qtp?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
In Remote acess server how u run a test?
how can i call function (which has link with excell sheet at a remote location) within another function
can the activities of test case design be automated?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What is the syntax for how to call one script from another?