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

Answers were Sorted based on User's Feedback



is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / goutham viswanath

hi
he is an excelent facalty in the market.i joing
recently , attending at 7 to 9 am batch .he is a nice human
being

Is This Answer Correct ?    11 Yes 1 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / narasimhulu

Nageswar rao is the manual testing best faculty in hyderabad
Nageswara rao is manual testing expert--Narasimha,Tirupati

Is This Answer Correct ?    13 Yes 4 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / geetha

The persons who r talking about nageswar rao sir is completely nonsense.He is the perfect and best trainer for testing there is no doubt in this.He is the best faculty i have never seen in my life.He clarify all our doubts so perfectly.Im his student i never faced any problems in his class.

Is This Answer Correct ?    9 Yes 0 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / sindhu

yes he a great faculty.And great person also.we can enjoy
his teaching alot.And he is very dedicated teacher.

Is This Answer Correct ?    6 Yes 0 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / priya

Hi all iam really feeling proud to tell about Nageshwara
rao sir. He is an extraordinary faculty, he will let us
feel about the subject thats really important once if u can
feel things then you can handle any kind of situation in
real time also. so i liked it the most he is also very very
strong in his vision.Thankyou sir for giving us such a nice
opportunity to learn thanks for spending ur valuable time
with all of us iam seeing such a great person after along
time. iam really happy to attend Nageswar rao sirs class
iam feeling lucky to see him.sir please continue ur
teaching Thankyou.

Is This Answer Correct ?    6 Yes 0 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / sahithireddy

He is the first person in Hyderabad who knows testing very
well.he gave life to so many students.99.9% his students
settled.
nageshvar rao is very talented faculty to teach testing..

Is This Answer Correct ?    5 Yes 0 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / asif

i think,to decrease Nageshwarroa sir reputation other institutions are doing all this nonsense.
His students treat him like a GOD Thats his greatness...

Is This Answer Correct ?    5 Yes 1 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / 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

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / ujjwal

Whoever is concerned, STOP talking ill about nageshwara rao
sir, aayina DEVUDU... Nagapawan: U better know about him and
speak...it is not his fault that u didn't get a job
buddy...grow up...if u cant learn even if he teaches, there
is no way u can learn frm anybody else...I totally agree wid
naveen & bhavani... ONE and ONLY king in testing... Subject
ni aadukuntadu... I'm one of the students who is currently
learning directly frm him...& yeah I consider myself very
fortunate...my course ends on April 25 2012...

DO NOT BELIEVE SUCH LOSERS...

THE BEST INVESTMENT U CAN ACTUALLY MAKE WHILE U R STILL ALIVE...

Is This Answer Correct ?    3 Yes 1 No

is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly le..

Answer / raghava

Ameerpet is the best place for software courses...but in
whole ameerpet mindq is the best institute for software
testing...NAGESHWARA RAO is the EXCELLENT faculty for
manual testing......

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More QTP Interview Questions

HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

0 Answers  


Where you can store check point results?

3 Answers  


How we can add actions in the test using QTP?

5 Answers  


how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?

0 Answers  


descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button

0 Answers   DigiTech,






How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve

0 Answers  


What are the features supported by UFT?

0 Answers  


Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri

7 Answers  


What is qtpro? What is quick test pro? What is a quick test professional?

0 Answers  


What is the use of Regular expression?

5 Answers  


How to creating an output value using quicktest professional (qtp)?

0 Answers  


what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.

3 Answers  


Categories