how to organize files in object repository of qtp
Answer / shrinivas
it can be organised by using object repository manager.
as there are two types of repositories 1.local object
repository 2.associate repository
associated repository can be created by user which consists
of objects that are used repeatad in the test carried out by
user.
local object repository consists of the objects exclusively
used in the test.
object repository manager provides merging option by which u
can merge associated object repositories.
by this way we can manage the object repository files....
| Is This Answer Correct ? | 0 Yes | 2 No |
how to retrieve native property value in runtime?
What are the rules to name variable in vbscript?
How will you get the natural logarithm of the given number in vbscript?
I have string like hp company.print tis like company hp.write a program in vbscripting
Is vbscript language a case-sensitive language and what does it mean?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
How are arrays declared in the vbscript language?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
VBscript for QTP,best tutorial?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
How will you release the memory acquired by an array variable in vbscript?