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 / nagapawan
iam giving suggestion, iam not forcing u join in infics
soultion. its exactly opp to ramya bus stop, mathekeri.
| Is This Answer Correct ? | 4 Yes | 35 No |
Post New Answer View All Answers
what type of framework u r using in ur organization
How software automation specialist enter steps in the Expert View?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What are table and db checkpoints?
what is clean sweep?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
what is run action?
tell me QTP standards ?plz
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What is the process of synchronizing qtp and aut?
What is the diff between image and bitmap check point?
How to use debug tools?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.