How to search word in a string without using instring function?
Solution1: text or Textarea checkPoints
solution 2:if condition method
| Is This Answer Correct ? | 0 Yes | 2 No |
Can automation testing find ssame no. of bugs what we can find by manual testing?
Mention how you can call vbscript functions?
In our application qtp unable to indentify the menu items,we tried number of times to add objetcs into object repository but fail. through normal recording mode only objects going to add into repository but while running same recording script qtp showing a error like " unable to indentify the object". in repository there is no any properties and pro values for that object and also i tried with virtual object config also unable to find the object in application and in repository. Then what i have to do to identify menu objects????? can anybody hell me pls..............
What is the purpose of on error resume next statement?
What is vbscript language used for and which earlier language is it modeled upon?
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 ?
What is the event handling in vbscript?
write a vbscript for traffic signal
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
How to replace junk code recorded by QTP with a mall function.
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...