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

With out using the task manager,how to close the application using vbscript and what is the statement?

1 4972

What is the difference between wait and synchronization point?

3 6395

What are the option you can use to synchronize your test?

2 4456

What are the environment variables?

3 6199

What is the need of Automation framework?

3 6476

one of interviewer asked what is your application architecture

IBM,

2 6696

four browser are open same application i want to enter 3browser how?

IBM,

3 6108

Through array we can execute the testcase how ? give me example

TCS,

1907

Is it possible to change the extension of Shared object repository?

2 4557

how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance

1 3364

While running the tomcat in local host by using loadrunner it shows error like server is not connected give idea to solve this error?

3 6959

if our qtp vb Script may be Currepted then What we want do?

IBM,

1917

I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.

3i Infotech,

2 9740

What is the use of breakpoint in qtp?

Zensar,

4 17080

how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?

Zensar,

3 7525


Un-Answered Questions { Automation Testing }

What is CMMP and CMMH?

1174


What are the pre-requisites to start automation testing?

969


i this is priya speaking, any 1 tell me project detail for NETBANKING and HELTHCARE pls send to this E-MAIL ADDRESS; (priyadharshni2@yahoo.com)pls qik, thank u once agajn.

2085


What are the advantages of using git hub for selenium?

884


What is the pros and cons between QTP and Rational Robot

3781


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

1120


How can you test the global servers with using loadrunner

2871


What is pom (page object model)?

922


What are the advantages of Object Repository?

1099


how did u use automating testing tools in ur job?

1981


Define Error Pane of UFT?

1124


What protocols does loadrunner support?

1053


What are the 5 common software development problems solutions?

1026


What is Selenese?

1008


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

3048