why do we go for Test Automation?
Answers were Sorted based on User's Feedback
Answer / dheeraj shandilya
We first do mannual testing in every case .But when we have
to repeat simmilar kind of test again and again we automate
those mannual to automation (if possible).
Advantage of automation:
-human effort is reduced
-People can spend their time to find different issue.
-Less time is involved in automation
-Accuracy is more.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / pravati
we go for test autonate because of
>wider test coverage of application features
>reliable in results
>saved time and cost
>test frequently and thoroughly
>less humanpower
>more accuracy
| Is This Answer Correct ? | 1 Yes | 0 No |
does automation replace manual testing?
What is checking bitmaps?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
WHY U CHOOSE TESTING FIELD?
why is execute file used.
i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Explain the parameter in qtp?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?