Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
IBM,
5 9412What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
IBM,
1 5986In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
IBM,
3 7675Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
IBM,
5 10304One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
6 9682we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do
5 10555Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
2 7296I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
IBM,
9 19486
What is cucumber? What are the advantages of cucumber?
structure of an incident report is covered in stand for software test document IEEE 829 and is called as?
!what are the entry criteria for antomation testing ?
How to use frame elements in Selenium on a page?
How do you audit configuration management
Mention different types of joins?
Why do you want to keep this kind of information in a separate file and not directly in the code?
How you can delete excel file in qtp?
Explain error?
Can you build a good audit trail using Compuware's QACenter products. Explain why.
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Tell us can captcha and bar code reader be automated by using selenium?
What is test/qa team lead?
Tell us what is junit? And what is junit annotation?
What is workflow testing?