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

Does selenium support mobile internet testing?

1012

How can one get side to always record an absolute url for the open command's argument?

1060

How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?

952

What are the types of assertions there in selenium?

954

Can we edit recorded selenium ide test cases?

1004

How to execute a single line command from selenium ide?

1096

How to export the tests from selenium ide to selenium rc in different languages?

997

What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?

5083

If the test case frame contains several test cases, how can one execute just the selected one of those test cases?

968

Which are the browsers supported by selenium rc?

1090

What are the important features of selenium ide?

1068

How to debug the tests in selenium ide?

1248

Which are the commands used for capturing the bitmaps?

1122

What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?

953

What regular expression special character(s) means "any character?"

947


Un-Answered Questions { Automation Testing }

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

3101


Tell me how can you insert a start point in selenium ide?

954


What is selenium-rc (remote control) ?

1052


What is a ‘test plan’? What is a ‘test case’?

1108


Explain junit. What are annotations?

1074


Simplify the term defect severity.

962


What are the phases in automation testing life cycle?

1059


What is object repository in qtp?

1087


Should have experience in framework means?

1935


Explain the architecture of jmeter.

676


Explain how you can switch between frames?

1056


Name the two modes of recording?

1160


What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?

1159


What are the verification points available in selenium?

1123


Write a code snippet to launch firefox browser in webdriver.

967