while using Keyward driven framework in QTPif new
requirements are added how to manage it...plz ans
No Answer is Posted For this Question
Be the First to Post Answer
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?
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
How to assign a numeric value to a variable?
Which keyword is used to declare a variable in the vbscript language?
How are values assigned to the variables in the vbscript language?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
How to Import data from a file (file is on the desktop) to the data table
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
how to write function to validate the number of characters entering into the text box?
1. How do declare public variable in vb scripts?
How to Enter Values on the Command promt using VB script
How strcomp function works?