which is the best institute in banglaore for software
testing?
Answer / krishna.testingall
IIBC(Indian Institute Of Bright Carrers).if u done the
course here u will beome a complete software test engineer.
which is located in mathikere,near by ramaiya
college,bangalore.contact:080-23608385
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How can constants be declared in the vbscript language?
Can u describe what kind of testing are for OTC derivates by banks.
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Mention what are the rules to name variable in vbscript?
Mention what is select case statement?
I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????
how to check whether link is disabled in QTP??
input values to accept 2 numbers & print the product, difference and sum using switch case
How to copy from one script to another script in qtp