Facebook

Course Name Start Date Time Duration Registration Link
No Training Programs Scheduled ClickHere to Contact
Please mail To sudhakar@qtpsudhakar.com to Register for any training

Tuesday, November 3, 2009

Check whether QTP script is Opened in Read Only Mode?

Check whether QTP script is Opened in Read Only Mode?

Dim pTitle

pTitle= window("text:=QuickTest Professional - .*").GetROProperty("text")

If instr(1,right(pTitle,12),"(Read-Only)")<>0 then
 msgbox "Test Opened in Read Only Mode"
Else
 msgbox "Test Opened in Edit Mode"
End If

'*******************************************************

____________________________________________________________


Please send your Suggestions and Doubts to my yahoo group http://in.groups.yahoo.com/group/qtpsudhakar

No comments :

Post a Comment