what type of application we can select for automation
testing and what is the entry criteria for automation
Answer / salman
Some points we should concentrate while starting automation
for an application are
-Selection of Automation tool-We should see
which tool is best for automating the application based on
the platform which it has been devloped.
-Metrics-We should make sure What % of
application can be automated and what is the ROI if
automated.
-Reusability and Maintainence-We should even
check if the reusability and maintanance of automated
scripts doesnt cost us high.
| Is This Answer Correct ? | 2 Yes | 0 No |
What does VBS file contain?
can i automate java web application using qtp web addin only not using java addin
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
How to take screenshots in qtp?
difference Between Call Run action and copy of action?
How to fetch web elements count from Google Page which contains letter "e"
How to retrieve value (data) from notepad using QTP ?
what are the mandatory properties for a tex boxc (scenario?)
key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)
Mention what are the different types of recording modes in qtp? Which will be used when?
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
what is key word driven frame work how to use keyword driven frame in QTP in a project