WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102)
how to do the batch testing in test director using manual testing procedure?
How can we split the tests in Test Director?
Does QTP run in any environment?
Where we can use the synchronization?
Please explain what is the difference between findelement () and findelements ()?
Is it possible to switch between recording modes during a test creation?
How is testng better than junit?
For which type of projects the iterative model is not suitable?
Where you have applied oops in automation framework?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What are data driven tests?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Tell me how could ajax controls be handled in webdriver?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What is the use of javascriptexecutor?