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...

what is the extension of action script template?

Answer Posted / vandhana

QTP Script File            :  .mts  ( mercury test script)
QTP Local Repository  :  .bdb  ( berkely database)
Shared Repository        :  .tsr ( test shared repository)
Load test configuration file :Default.cfg
Load test configuration file  :Default.usp
Test.Tsp ---- Test Settings File
Parameters.mtr-------- Test Parameters file
Default.xls-------- Datatable ( Excel file)
Resource.mtr-------- contain the resources associated information like function library, recovery, shared repository
Recovery Scenario -------- .qrs
Function library-----------.vbs / .qfl / .tst
Test Batch---------------  .mtb
Action Template---------  .mst ( mercury shared template)
Virutal Object----------  .vot  ( virtual object template)
lock.lck------------- Created when the QTP test is open

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3847


What is the expert view?

940


describe some problems that u had with automating testing tool?

1754


How is UFT 11.5 version different from UFT 12.0?

1008


what is clean sweep?

2224


What is the difference in testing a client-server application and a web application?

1049


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

1478


Explain the qtp test phases.

993


Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak

2064


How to handle dynamic objects in quicktest professional?

892


what is the latest version of QTP? Main difference between 9.2 and 10 version

2049


What is object spy in quicktest professional (qtp)?

904


What is the syntax for how to call one script from another?

983


If object is not recognized by qtp but the object is standard object what is your approach?

959


Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?

1031