![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Feb 2006 Location: India
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 4 | Hi friends.... How do u answer a question like... What do u do if an object is not recognised ? What is meant by Protocol testing?
__________________ K.C.Hasan |
| | |
| | #2 (permalink) |
| Super Moderator Join Date: Feb 2006
Posts: 2,379
Blog Entries: 4 Thanks: 118
Thanked 319 Times in 238 Posts
Rep Power: 60 | Hi Hasan, If an object is not recognized by tool, first check whether the corresponding add-in is installed and enabled or not. Then check, if the properties it is using to recognise the object are in place or not. ( like if description of button is used to identify a button uniquely, it may fail in some cases). Check if application need any separate setup to identify the objects by tool (it is the case for some applications). Check the language/tool version used to develop the application and check if it is supported by the tool or not. (in case of some java applications, we have to check the jdk version and the JInitiator verisions). if not, check if there are any patches available. These are the things generally I will do and I faced in my practical experience. Hope this will help. thanks, Krishna
__________________ Looking for trainees for a start up company |
| | |
| | #3 (permalink) |
| Super Moderator Join Date: Feb 2006
Posts: 2,379
Blog Entries: 4 Thanks: 118
Thanked 319 Times in 238 Posts
Rep Power: 60 | Check my another posting on Protocol testing. It has a link to a whitepaper from wipro. Thanks, Krishna
__________________ Looking for trainees for a start up company |
| | |
| | #4 (permalink) |
| Junior Member Join Date: Feb 2006 Location: India
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 4 | Hi krishna.. Thanks for the answer.... Here's another Q? What are wildcard characters?
__________________ K.C.Hasan |
| | |
| | #5 (permalink) |
| Super Moderator Join Date: Feb 2006
Posts: 2,379
Blog Entries: 4 Thanks: 118
Thanked 319 Times in 238 Posts
Rep Power: 60 | Hi Hasan, We don't have any wildcard characters specific to winrunner. But we can use regular expressions for this. If any object (especially window names) can't be recognized because of the dynamic nature in their names, we wild card them so that we can recognize them. Eg: A window title can be "Welcome Hasan" when you login. And when I login it can be "Welcome Krishna". to handle it we can make its description as "!Welcome.*". This is called wildcarding in winrunner. NOTE: .*! any of them are not wild card characters. It is the syntax of regular expressions in Winrunner. Thanks, Krishna
__________________ Looking for trainees for a start up company |
| | |
![]() |
| Tags |
| gui , recognizedprotocol , testing |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| More Interview Questions Here... |