What kind of tests would you automate?
Types of F/w in Automation
Explain about basics of rational robot - ibm test automation tool?
Explain me what kinds of annotations are used in testng?
Give some examples for defect management tools?
What are Keyword and Data driven frameworks in Selenium RC
In what condition we cannot use automation testing for agile method ?
Please explain what is a relative xpath?
What is test automation or automation testing?
What are the attributes of a good framework?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
List some advantages and disadvantages of automation testing.
Explain me what is testng and why is it better than junit?
What kind of tests should not be automated?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.