what is frame work?
Answers were Sorted based on User's Feedback
Answer / suseela
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing to maintain a systematic approach to
develop more robust automation scripts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balasubramaniyam s
Framework is Folder structure in which you can organize
things like scripts, object repository, logs, configuration,
and library files
| Is This Answer Correct ? | 1 Yes | 1 No |
What type of automation frame work you are using?and why?
what is stepin & stepout?
How to export QTP results to an ".xls" file?
What is diff betwee datatable.importsheet "path" and datatable.import
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
What are the views available in qtp?
What is the main difference between desriptive programming and generic functions
What is a Web Table?
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
what is defination of regression testing?
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!