is the institute MindQ laid by Mr.Nageswar rao..
heard alot about Nageswar rao...can you briefly let me know
about the Nageswar rao inst. and MinQ...THANX IN ADVANCE
Answer Posted / nikita
WTF ... Who the hell is to say that Nageshwar Rao sir doesnt teach well ... He is only faculty i have seen in ma life where the sir can tell u real life stories and the world around u ... He shares his own life xperinces jus to make us realize tht we students should move on in life n get settled ... Coming to subject whteva he teaches is the xct one which is required in testing organisation ... And plz dont spk wrong abt him coz we studnts are here to support him n fans of his teaching ... If u dnt like then i can oly say this FO ...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the syntax for how to call one script from another?
Will down time for server and content maintenance/upgrades be allowed? how much?
Define Environment Variable in UFT and its uses?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Differences between text and test area checkpoints?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
What are the five challenges you faced in QTP?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is checking bitmaps?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Write a script to customize the test results in PDF and HTML format.
What are the differences between table and db checkpoints?