Describe how Smart Identification is used
No Answer is Posted For this Question
Be the First to Post Answer
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
synchronization, wait,wait Property?
if we made any changes in shared object repository how it reflects of others like our team members?
How to export data in excelsheet to qtp without using datatable.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to handle run time errors?
What are the types of Object Repository’s in QTP?
What is data driven testing in QTP?
What is the Difference between copy to action and call to action?
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?