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



Automation Testing Interview Questions
Questions Answers Views Company eMail

Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B

3426

What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?

4 13192

How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.

2 13414

can we test an windows application using qtp

1 9377

How to get the OR SAP discriptive program by using RFT.

3187

what is the use of "TestObject root = getRootTestObject();" in RFT?

1 7208

I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?

3 6082

I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?

3 7316

How Can I automate PDF forms using QTP9.2 ?

2891

How can i open 5 multiple browser at once through QTP VB script

4 18539

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

1987

How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize

2 8126

Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?

1976

hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.

HP,

4 9471

can any one tell me how to select some text.i need the script for that

1 3797


Un-Answered Questions { Automation Testing }

In qtp, explain what is qrs file?

1127


What is defaultbasestate?

1168


Explain the purpose of gui spy?

1168


What are testplan attributes?

1079


What is listeners in selenium webdriver?

1040


Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...

1822


script to check availibility of mail in yahoo mail box in qtp

3036


what is run-time data?

2247


What is wasted time in vugen replay log?

1202


What are different forms of selenium?

1052


What is desired capability? How is it useful in terms of selenium?

904


How do select which automation testing tool is the best for you?

1035


How to associate shared object repository to test in qtp?

1058


how you copy test cases from .xls to Quality centre?

2916


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

1834