what is framework and types of framework? Need of framework
in automation? write folder strucuture of framework.
Answer Posted / qa guy
Framework is a set of assumptions,concepts to support
software test automation. There are many frameworks like
Data Driven, Keyword Driven, Hybrid etc.
Need for a framework is for ease of development and maintenance.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of sendkeys and what are send keys
In qtp is it possible to check broken links of a page?
UFT 12.02 which ALM version will support
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What is the difference between analog and low level recording?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Does Low-level recording capture mouse movements?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
is it possible to add sheets to excel at runtime
How to use Environment parameterization? Explain with an example.
Where you are storing your script?
How to release all resources file from the QTP?
How to use transactions in qtp?
What is the difference between call to existing action and copy of an action?