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 source control?

Answer Posted / sreeprasad

Source control is nothing but putting the source code under

a repository with access controls to the users.

If some one wants to change the code he/she should have the

permission to get the file from repository, modify the code

and put the file back in repository.

source ia a property.

Source propertry:

Indentifies the COM object

responsible for causing the script error.

Syntax: object.source

-it returns a string

example: Err.Source

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the expert view?

1043


Get the count of files of similar types from a folder.

1545


Mention the different actions types of qtp.

1069


How to create scenario selector

2193


What is the difference between the keyword view and expert view?

1013


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

2024


What is the difference between the design-time and run-time data tables?

1171


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1978


how can we compare descriptive programing with a regular expression

2450


write script for bitmap image?

2083


i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer

4099


What are the various automation frameworks available in qtp?

1024


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

2022


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1828


QTP script is not working on other's machine..

2029