how can we know the program is testing by multiple test
data in data driven frame work?
Answer / keshab
after executing test script , result will come that will
display , iteration of action & which data is action
| Is This Answer Correct ? | 1 Yes | 2 No |
1. What is extense of Result file in QTP?
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
What is the Diff between Image check-point and Bit map Check point?
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
Where you can store check point results?
is we can import the object repository from external source. if it so then how?
Key word driven framework
Can you list some technologies that support qtp?
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