i don't have any experience in qtp? Can u please tell me
What work i have to do?
Answers were Sorted based on User's Feedback
Answer / niturao
if u have qtp installed then u better go thru the help
topics and work on tutorial. i hope doing that way u can
learn a lot.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rahul
my know someone who is giving training in Bangalore
charging very nominal fee Just Contact 9886050648 because
he helped me a lot...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / pradeep
quick test professional is a software, automation tool that
is used to test an application. this is done by recording
the test steps and providing the expected checks. with
later the testers run them and provide their results for
the regression tests.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do we count the no of mails in Yahoo Inbox for a specified week?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
4. How u will open the build automatically in QTP except using Systemutil.run command
How to capture data from images in QTP and produce them in Excel sheet ?
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
write a qtp script to see time in windows command prompt? its urgent....
what is command for executing files?
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
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
Difference between image checkpoint and bitmap checkpoint