Posted by Albert Gareev on Feb 25, 2010
Parent page: Service Functions – String (QTP, VBScript)
Question
The question was asked here.
Hi Albert!
Can you email me a QTP function that wraps line of text without breaking words?
Thank you!
Answer
Proper text alignment is important. The whole layout of CSS block or HTML table could be broken if a text line won’t fit.
The function below performs wrapping of [...] ...
Posted by Albert Gareev on Feb 22, 2010
Parent page: Service Functions – String (QTP, VBScript)
Question
The question was asked here.
What QTP function i can use to trim inside string? For e.g. “text text text text” – i want only 1 space between.
Answer
I believe the sample string provided in the question originally contained multiple space characters inside but was already “trimmed” by HTML parser. [...] ...
Posted by Albert Gareev on Feb 18, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA)
How to create Security Group
Description
Security Group object could be created within its container object – Organizational Unit. The example below is based on the assumption that we successfully retrieved an instance of Organizational Unit. An existing User Account will also be added to the newly created Security Group.
Note. [...] ...
Posted by Albert Gareev on Feb 16, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA)
How to create User Account
Description
User Account object could be created within its container object – Organizational Unit. The example below is based on the assumption that we successfully retrieved an instance of Organizational Unit.
Note. You need to login as an authorized person to successfully execute the script.
Common definitions
' Domain: [...] ...
Posted by Albert Gareev on Feb 14, 2010
Basic Active Directory Queries
How to retrieve Organizational Unit
How to retrieve User Account
How to retrieve Security Group
Working with Active Directory Objects
How to create User Account
How to create Security Group
How to modify Attributes of an Object
Advanced Active Directory Queries
Processing Security Group Membership for User Account
Search for User Account in Organizational Units
Tricks and tips
A little trick ...
Posted by Albert Gareev on Feb 12, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA)
How to retrieve Security Group
Description
Build LDAP Query – Execute Query – Catch Errors
Note. You need to login as an authorized person to successfully execute the script.
Common definitions
' Domain: DEV.ENV.COM
Dim sDomain, dvDC
sDomain = "DEV.ENV.COM"
dvDC = Split(sDomain, ".")
' Organizational Units
' Company01 - Active Directory ...
Posted by Albert Gareev on Feb 11, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA)
How to retrieve User Account
Description
Build LDAP Query – Execute Query – Catch Errors
Note. You need to login as an authorized person to successfully execute the script.
Common definitions
' Domain: DEV.ENV.COM
Dim sDomain, dvDC
sDomain = "DEV.ENV.COM"
dvDC = Split(sDomain, ".")
' Organizational Units
' Company01 - Active Directory ...
Posted by Albert Gareev on Feb 10, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA)
How to retrieve Organizational Unit
Description
Build LDAP Query – Execute Query – Catch Errors
Note. You need to login as an authorized person to successfully execute the script.
Common definitions
' Domain: DEV.ENV.COM
Dim sDomain, dvDC
sDomain = "DEV.ENV.COM"
dvDC = Split(sDomain, ".")
' Organizational Units
' Company01 - Active ...
Posted by Albert Gareev on Feb 09, 2010
Infrastructure – the basic, underlying composition
of elements and their connections that form a system.
In IT “infrastructure” is a layered definition. It includes electrical and communication lines, and equipment. It includes computer and networking hardware, as well as server and operating systems software. Common use application software is also a part of infrastructure.
On the next layer [...] ...
Posted by Albert Gareev on Feb 04, 2010
Blog contents migration has been completed.
Read the entry to see what plugins were used on Wordpress platform.
...