Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Are You using any frame work? What is that? Explain about that.

Answer Posted / ramireddy

Frame work: This case first we will create a one main
folder, nothing but in our application, then we will cretae
a sub folders like generic functions & application
libraries & date files & scripts folder & scenarious
foldre..
generic functions nothing but repeatable functions.
application libraries nothing but standrard function.

first we execute main script then we execute scenarious
after excuting the scenarious scripts are executed finally
results result stored in the results folder.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the short cut keys for the following?

1183


What is object spy in quicktest professional?

1165


Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

2307


How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

1889


How to check feasibility of the appliction?in automation testing?

2035


In qtp, how you can exit for loop?

1071


distinguish between old version and new version QTP features.

2379


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

2126


Is it possible to merge two object repository files in qtp?

1234


after click on compose mail how can we attached a file in qtp with vbscript code

2224


Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement

2166


What are the different recording modes and how do they work?

1130


whare exactly we have to use functions and sub routain

2364


Explain the concept of object repository and how quicktest professional recognises objects?

1065


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

4015