Answer Posted / manoj kumar
QTP introduces next-generation “zero-configuration” Keyword
Driven testing technology in QuickTest Professional 8.0 —
allowing for fast test creation, easier maintenance, and
more powerful data-driving capability
Identifies objects with Unique Smart Object Recognition,
even if they change from build to build, enabling reliable
unattended script execution
Collapses test documentation and test creation to a single
step with Auto-documentation technology
Enables thorough validation of applications through a full
complement of checkpoints
If i am wrong, please correct me..
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How you can replace string in qtp?
QTP script is not working on other's machine..
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
For which type of projects the iterative model is not suitable?
Is text area check point supports for web applications?
what is description object?
unique properties of button,edit box, radio button,check box?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Explain runtime dynamic settings?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
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
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What is QTP scenario.
Analyzing the checpoint results?