Explain spring framework?
Explain how can we inherit a static member?
What are the characteristics of scr?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Can a string be null c#?
Explain the shuffle?
Can you name any code testing tools?
What is selector c#?
What is a Measure?
What mechanism does hadoop framework provides to synchronize changes made in distribution cache during runtime of the application?
Does activex work on mac?
Does CO have adverse effects on plants?
What are the fundamental blocks of co> operating system of ab initio?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is “using” statement in c#?