In an Interview on person asked me about WR frame work. in what way i have to explain and what is the answer?
2 5312write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whether 3 sides do indeed form a triangle or not if they do then state whether the triangle is scalene, isoceles or equilateral. Note that the sum of any two sides of a triangle should be greater than third side. A+B>C B+C>A A+C>B. need urgently. thank u... by priya
6 25277.what are the types of recording modes in winrunner 2.what are the three modes of running a test in winrunner 3.what is synchronization point 4.what are the contents present in a test case 5.do we need testing for the project 6.what is code review and code walk through At which phase the testing starts (begin) in the project How do we test Client server applications and a Web applications what is verification and validation what is adhoc testing what is traceability matrix what is base line document what is Test Life Cycle what is regression testing and retesting what is a BUG LIFE CYCLE what is a Bug what are defects what is functionality testing and system testing. a project has to be released in one day but the testing people got that project from the developers half of the day before so what they have to do to complete the testing process. 20 what are severity level and priority levels
1 4269a project has to be released in one day but the testing people got that project from the developers half of the day before so what they have to do to complete the testing process.?
3 6621If i have 200 test cases and we have to execute but we don't have time to execute all testcases.within 1 hour we have to execute that testcases and prepare the test report.so how i have to resolve this problem? is there is any technique in the testing.
3 5606Post New Stag Computers Interview Questions
When should I use div tags?
What are the 4 principles of gaap?
Please explain the difference between constants and read-only variables?
How do I make columns and rows in word?
Can soap use rest?
Which is better node js or python?
what is the connection between a chromatid and a replicated DNA molecule?
Write code to print only upto the letter t.
Write a program to find no of days between two dates in php?
Explain the use of analyse option in exp command.
Explain the difference between nsarray and nsmutablearray?
Name different types of the data model?
What is the difference between commit-work and rollback-work tasks?
What are the steps to build the datawarehouse?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.