who is the best faculty in HYD? Nageshwar rao or GC reddy?
Answer Posted / gangadhar
hello Mr.Shiva, iam agree, Gc reddy sir
cover all the topics in QTP ur right..
but with the help of Windows applications and
Flight Reservation application...
that is 100% not good for real timers..
But nageshwar rao sir cover every
topic in QTP with the help of
WEB APPLICATIONS and real live internet applications....
"GC reddy Sir concentrate on FR window apllication 90%...."
"Nageshwar rao sir concentrate on WEb applcations 90%..."
This is the Major difference you Observe first....... and u can join...ur wish
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How do we handle run-time errors?
whare exactly we have to use functions and sub routain
What is quicktest professional window?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
what is meant by Implicit and explicit requirements?
How to use setroproperty?
how will load the object during runtime?
Explain the difference between check point and output value?
What are the automation metrice in your project?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Write a script to verify font style and color of a windows object using descriptive programming
How to analyzing the checpoint results?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
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
How many types of recording modes are there?