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 / 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 |
Post New Answer View All Answers
what is command for executing files?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How to find the difference between 2 dates in qtp?
How can you exit from an action?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
The hybrid framework can be implemented for any application. Is it true?
What are the technics follow in writing VB script?
Can launch two instances of qtp on the same machine?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
how to write xml output check point bu useing descriptive programing .means without useing output check point
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Where is the Bitmap checkpoint information stored?
What are the 3 main stages involved in testing with qtp?
How to delete an object from the object repository?