how we start automation testing in company?is there any
document for it?what are the differnt fields contains in
Automation plan?
Answer / raghu
when repeated action need to be done on an application
where it cannot be done manually we start AUTOMATION
testing..Automation plan is nothing but the area or fields
where we need to conduct automation testing in the
companys..
| Is This Answer Correct ? | 2 Yes | 1 No |
Hi Friends, I'm testing a SharePoint application by QTP 8.2 I face a problem that really difficult to me, please take a look on the description below: As you may know, SharePoint is an application is allow customize function from user, so that, user can add many web parts and put at any place they like. For ex: if there are two web parts existing in the SharePoint site When I using QTP to recognize a Web Table on any web part, it has the properties as "Index" and "html tag" only. Problem is: If there is any user changes the display of my web part, the "Index" of Web table is changed as well, so that QTP cannot identify exactly my object. Can anyone help me how to make that object as unique or another way to identify that web table object? Hope to receive many solutions from you. Thanks a lot.
Explain me which web driver implementation is the fastest?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
What kind of tests should not be automated?
Can any one give me the script for drag and drop or setselection functions ?like in a not pad i want to select 5 lines
Give some examples for defect management tools?
Tell me what is intellij?
Who is the best faculty for Automation testing in hyderabad
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Explain me how do you send enter/tab keys in webdriver?
Tell us the line of code webdriver driver = new firefoxdriver();.?
I am using the selenium tool for my web application testing I recorded some script and agian i played same but while playing: Alert msg is not getting closed It needs the manual interaction [Note:Here alert is generated not at the time of onload event] Please provide some solution for this