Hai can anybody give me an idea about writing automated
test cases in qtp using VB scprit.please respond as quicky
as possible.
Answer Posted / sireesha
For any of the script in qtp first check the
textboxes,table names,checkboxex,buttons.radio button etc
based on ta we need to create the script in the mean it
shud ended up wit dots,not actually sytanx of vb script but
jus an example is vbwindow("table name/applcation
name").vbedit("text/label name").set"the value we assign to
it"
eg: if for text of enterg a name
vbwindow("form1").vbedit("ename").set"xx";
if for button then instead of set we vbwindow
("form1").vbutton("clear").click
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
write the test cases for facility module
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
What is test cases for mobile phone ?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
how to write a test procedure & test log for login system
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
What is test environment? Elaborate with example.
what is the technology used in financial applications?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Scenarios to test wireless Speaker via bluetooth
Explain the functional testing?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)