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

How do you know the location Id of an object if you know its index id?

994

Can we run multiple QTP scripts one after the other without manual intervention? How?

996

Define Canvas view of UFT?

1002

How to associate function library at a run time?

1080

Explain how Selenium is different from UFT?

1166

What are the features supported by UFT?

1029

What is Test Fusion Report in QTP?

1103

What the differences are and best practical application of Object Repository?

1065

What is Distributed testing? How does UFT support it?

990

Tell some commonly used Excel VBA functions?

1009

Define Environment Variable in UFT and its uses?

1000

When to use shared and local object repository?

1017

I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?

1133

Hybrid framework supports Descriptive programming. Is it true?

1099

How can you identify the browser and its information using QTP script?

976


Un-Answered Questions { Automation Testing }

Mention the different actions types of qtp.

974


what is mean by release in quality center and who will perfom?

2920


Explain how to perform load-testing?

1016


Give the syntax to load function at run time.

1094


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

950


Explain xml checkpoints.

1063


What is scenario default?

1104


8. How we test web based application

2237


Where we can use the synchronization?

958


What is selenium 2.0?

1087


Where is the Bitmap checkpoint information stored?

2252


What are the types of framework used in software automation testing ?

920


How do u get the attribute of the web element?

901


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2988


How to build scripts that access data from external sources?

2052