WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) 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?
952What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?
5083If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
968What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?
953
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
Tell me how can you insert a start point in selenium ide?
What is selenium-rc (remote control) ?
What is a ‘test plan’? What is a ‘test case’?
Explain junit. What are annotations?
Simplify the term defect severity.
What are the phases in automation testing life cycle?
What is object repository in qtp?
Should have experience in framework means?
Explain the architecture of jmeter.
Explain how you can switch between frames?
Name the two modes of recording?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What are the verification points available in selenium?
Write a code snippet to launch firefox browser in webdriver.