Can automation testing find ssame no. of bugs what we can
find by manual testing?
No Answer is Posted For this Question
Be the First to Post Answer
How do you get the value of a combo box in Javascript?
How to open a file. What is the perpose of true and false mode there?
how to check whether link is disabled in QTP??
How to take whole text output from screen of Bitmap Application.
when we use filter funtiom invb script(QTP)
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....
Mention what is vbscript procedures?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
compare the string without using stringcomp function?
about vb scripting programs this type of all question& answers
write a vb script to calculate factorial of a number?