how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
4 24970Post New STC Interview Questions
What are an abstraction, encapsulation, and polymorphism?
Is orm a design pattern?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
why ods activation fail? What types of fails are there? What are the steps to handle
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are the various components of a spring application?
What is absolute coordinates?
What is namespace in oop?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is the difference between uipath vs blueprism vs automation anywhere?
How to write named query in hibernate?
How to fight Inflation and what is the current Indian scenario about Inflation?
What is s or c?
solar inverters was not connected to the nuteral link .this nutwral possible to any other systems
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye